diff --git a/Coding-Guidelines.md b/Coding-Guidelines.md new file mode 100644 index 0000000..454e7e9 --- /dev/null +++ b/Coding-Guidelines.md @@ -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. diff --git a/_Footer.md b/_Footer.md index ff3371e..14f696e 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1 +1 @@ -[[Home]] | [[Roadmap]] +[[Home]] | [[Roadmap]] | [[Coding Guidelines]]