From 9d28ccd21358d42aa1d3a8596dfee9a988bd4167 Mon Sep 17 00:00:00 2001 From: chfw Date: Fri, 23 Aug 2019 18:26:41 +0100 Subject: [PATCH] :books: mentioned about git commit message emojis. fix #279 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 434e0276..68e90e1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,3 +48,7 @@ When you enable travis-ci on your own account, you shall see travis-ci running a 6. Commit with a suitable message `git commit -m " Changes made "` 7. Push `git push origin branch_name` 8. Go to the Github Repository and create a pull request to the dev branch + +## Commit messages + +We use git emojis for commit messages. Please read [the guide](https://github.com/slashsBin/styleguide-git-commit-message).