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 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.
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
You can’t perform that action at this time.
0 commit comments