Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-10-21 14:27:25 +0300
committerJanek Bevendorff <janek@jbev.net>2017-10-21 14:27:25 +0300
commit09e94397aa7b2508591ff10683ea69d39485c720 (patch)
treed181093aced21dd19f20f2c499f4814bc5cdb985 /.github
parentf634f20ccc322c46f911d48d70aea61a9cba7e4f (diff)
Remove emoji in commit messages from style guide
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index df5429582..4f937513c 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -103,18 +103,8 @@ The Branch Strategy is based on [git-flow-lite](http://nvie.com/posts/a-successf
* Use the imperative mood ("Move cursor to…" not "Moves cursor to…")
* Limit the first line to 72 characters or less
* Reference issues and pull requests liberally
+* If your pull request fixes an existing issue, add "…, resolves #ISSUENUMBER" to your main commit
* When only changing documentation, include `[ci skip]` in the commit description
-* Consider starting the commit message with an applicable emoji:
- * :memo: `:memo:` when writing docs
- * :penguin: `:penguin:` when fixing something on Linux
- * :apple: `:apple:` when fixing something on macOS
- * :checkered_flag: `:checkered_flag:` when fixing something on Windows
- * :bug: `:bug:` when fixing a bug
- * :fire: `:fire:` when removing code or files
- * :green_heart: `:green_heart:` when fixing the CI build
- * :white_check_mark: `:white_check_mark:` when adding tests
- * :lock: `:lock:` when dealing with security
-
### Coding styleguide