Skip to content

Commit f889460

Browse files
committed
Update the contribution guidelines
1 parent 1dba82f commit f889460

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ do so.
2727
* Read [how to properly contribute to open source projects on Github][2].
2828
* Use a topic branch to easily amend a pull request later, if necessary.
2929
* Write [good commit messages][3].
30+
* Mention related tickets in the commit messages (e.g. `[Fix #N] Add command ...`)
31+
* Update the [changelog][6].
3032
* Use the same coding conventions as the rest of the project.
3133
* Verify your Emacs Lisp code with `checkdoc` (<kbd>C-c ? d</kbd>).
3234
* Update the [changelog](CHANGELOG.md) accordingly.
@@ -39,3 +41,4 @@ do so.
3941
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
4042
[4]: https://help.github.com/articles/using-pull-requests
4143
[5]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
44+
[6]: https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)