From d542a1ef3737e731e3976eb855971002c5f1eeed Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 21 Jan 2026 02:35:46 +0100 Subject: [PATCH] Add Coding Guidelines --- Coding-Guidelines.md | 9 +++++++++ _Footer.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 Coding-Guidelines.md 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]]