From c365981377c2ee4b6bec69e9195247145de8c722 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 17 Mar 2025 19:14:30 -0700 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..f1269651 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing + +Please do the following: + +- Follow general best practices +- Follow best practices for contributing to other peoples' code +- Follow best practices for programming +- Follow best practices for Hugo +- Follow best practices for Git +- Follow best practices for GitHub +- Use [atomic commits](https://en.wikipedia.org/wiki/Atomic_commit#Atomic_commit_convention) +- Use [sentence case](https://en.wiktionary.org/wiki/sentence_case) for commit subjects