From 052dff7d6f86238834cd02fadfa57d6e5595fcb1 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 4 Oct 2021 10:49:05 -0700 Subject: [PATCH] docs: add contributing guidelines closes AB#4121 --- CONTRIBUTING.MD | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 CONTRIBUTING.MD diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD new file mode 100644 index 0000000..da05e94 --- /dev/null +++ b/CONTRIBUTING.MD @@ -0,0 +1,101 @@ +## Commit Message Guidelines + +We have precise rules over how our git commit messages should be formatted. This leads to more readable messages that are easy to follow when looking through the project history. + +### Commit Message Format +Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type**, a **scope** and a **subject**: + +``` +(): + + + +