From ca3d93f14172c5ff2a9122d7069d9e12d6e3191f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Tue, 23 Jun 2020 09:49:11 +0200 Subject: [PATCH] docfix/Added structure of Git commit messages at CONTRIBUTING.MD --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24f43a003..dac9e5de7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,16 @@ If submitting a pull request please read and sign our [CLA](http://github.com/Op Please reference Issue Numbers in your commits. +## Git commit messages + +Please structure git commit messages in a way as shown below: +1. bugfix/Something +2. feature/Something +3. docfix/Something +4. refactor/Something +5. performance/Something +6. test/Something + ## Code comments Please comment your code ! :-) Imagine an engineer is trying to fix a production issue: she is working on a tiny screen, via a dodgy mobile Internet connection, in a sandstorm - Your code is fresh in your mind. Your comments could help her!