File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 27
27
* Read [ how to properly contribute to open source projects on Github] [ 2 ] .
28
28
* Use a topic branch to easily amend a pull request later, if necessary.
29
29
* Write [ good commit messages] [ 3 ] .
30
+ * Mention related tickets in the commit messages (e.g. ` [Fix #N] Add command ... ` )
31
+ * Update the [ changelog] [ 6 ] .
30
32
* Use the same coding conventions as the rest of the project.
31
33
* Verify your Emacs Lisp code with ` checkdoc ` (<kbd >C-c ? d</kbd >).
32
34
* Update the [ changelog] ( CHANGELOG.md ) accordingly.
39
41
[ 3 ] : http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
40
42
[ 4 ] : https://help.github.com/articles/using-pull-requests
41
43
[ 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
You can’t perform that action at this time.
0 commit comments