Add Coding Guidelines

2026-01-21 02:35:46 +01:00
parent cd967937a7
commit d542a1ef37
2 changed files with 10 additions and 1 deletions

9
Coding-Guidelines.md Normal file

@@ -0,0 +1,9 @@
# Coding Guidelines
These are the coding guidelines I try to adhere to when writing code for the
Art project. Some guidelines are "hard-rules" while others are mere
recommendations.
## Git Master Branch
The master branch will always be called `master`. This is final.

@@ -1 +1 @@
[[Home]] | [[Roadmap]] [[Home]] | [[Roadmap]] | [[Coding Guidelines]]