diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-04 13:28:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 13:28:13 +0200 |
| commit | 8eaf79663deb9d5d5af5c34af0eadab42d2dac3c (patch) | |
| tree | 080755d9f2382384e059984a70953657558b28d8 /docs/standard-operating-procedure.md | |
| parent | 386d092c28b608dba8b6b3236ccd069bac06c734 (diff) | |
| download | wiki-8eaf79663deb9d5d5af5c34af0eadab42d2dac3c.tar.gz wiki-8eaf79663deb9d5d5af5c34af0eadab42d2dac3c.tar.bz2 wiki-8eaf79663deb9d5d5af5c34af0eadab42d2dac3c.zip | |
chore(docs): SOP (#454)
* chore(docs): Code standards
* Create file-headers.md
* sql
* SOP
* issue tracker
* Update issue-tracker-standards.md
* Update issue-tracker-standards.md
* Update sql-standards.md
* Update SQL-Versioning.md
Diffstat (limited to 'docs/standard-operating-procedure.md')
| -rw-r--r-- | docs/standard-operating-procedure.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/standard-operating-procedure.md b/docs/standard-operating-procedure.md new file mode 100644 index 0000000..da6ada8 --- /dev/null +++ b/docs/standard-operating-procedure.md @@ -0,0 +1,9 @@ +# Standard Operating Procedure + +- [C++ Code Standards](cpp-code-standards) + +- [SQL Standards](sql-standards) + +- [File Headers](file-headers) + +- [Issue Tracker Standards](issue-tracker-standards) |
