From 9f65f54d8d938b24af58ace115c548bb52090383 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 20 Aug 2019 00:23:46 +0300 Subject: [PATCH] docs: add git commit message convention --- .github/COMMIT_CONVENTION.md | 58 ++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/COMMIT_CONVENTION.md diff --git a/.github/COMMIT_CONVENTION.md b/.github/COMMIT_CONVENTION.md new file mode 100644 index 00000000..797f1dfa --- /dev/null +++ b/.github/COMMIT_CONVENTION.md @@ -0,0 +1,58 @@ +# Git Commit Message Convention +We have very precise rules over how our git commit messages can 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**: + +``` +(): + + + +