Skip to content

Commit 290dafd

Browse files
added README content
1 parent 405755d commit 290dafd

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# plsql-and-sql-coding-guidelines
2-
Trivadis PL/SQL & SQL Coding Guidelines
1+
# Trivadis PL/SQL & SQL Coding Guidelines
2+
3+
## Introduction
4+
5+
Trivadis published their guidelines for PL/SQL & SQL in 2009 in the context of the DOAG conference in Nuremberg. Since then these guidelines - written in Microsoft Word - have been continously extended and improved. We think it is time to make these guidelines more adaptable for the individual #SmartDB application needs and to simplify the continous improvement of these guidelines.
6+
7+
The next step will be to convert the existing guidelines to a set of Markdown files and use Jekyll to generate the guidelines as static HTML files or PDF.
8+
9+
## Releases
10+
11+
Releases are published [here](https://github.com/trivadis/plsql-and-sql-coding-guidelines/releases).
12+
13+
## Issues
14+
Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/).
15+
16+
* [Questions](https://github.com/trivadis/plsql-and-sql-coding-guidelines/issues?q=is%3Aissue+label%3Aquestion)
17+
* [Open enhancements](https://github.com/trivadis/plsql-and-sql-coding-guidelines/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
18+
* [Open bugs](https://github.com/trivadis/plsql-and-sql-coding-guidelines/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
19+
* [Submit new issue](https://github.com/trivadis/plsql-and-sql-coding-guidelines/issues/new)
20+
21+
## How to Contribute
22+
23+
1. Describe your idea by [submitting an issue](https://github.com/trivadis/plsql-and-sql-coding-guidelines/issues/new)
24+
2. [Fork the utPLSQL-SQLDeveloper respository](https://github.com/trivadis/plsql-and-sql-coding-guidelines/fork)
25+
3. [Create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/), commit and publish your changes and enhancements
26+
4. [Create a pull request](https://help.github.com/articles/creating-a-pull-request/)
27+
28+
## License
29+
30+
The Trivadis PL/SQL & SQL Coding Guidelines is licensed under the Apache License, Version 2.0. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.

0 commit comments

Comments
 (0)