@@ -7,7 +7,7 @@ try to follow these guidelines when you do so.
7
7
8
8
## Issue reporting
9
9
10
- * Check that the [ issue has not already been reported] [ 5 ] .
10
+ * Check that the [ issue has not already been reported] [ 2 ] .
11
11
* Check that the issue has not already been fixed in the latest code
12
12
(a.k.a. ` master ` ).
13
13
* Be clear, concise and precise in your description of the problem.
@@ -17,16 +17,18 @@ try to follow these guidelines when you do so.
17
17
18
18
## Pull requests
19
19
20
- * Read [ how to properly contribute to open source projects on Github ] [ 2 ] .
20
+ * Read [ how to properly contribute to open source projects on GitHub ] [ 3 ] .
21
21
* Use a topic branch to easily amend a pull request later, if necessary.
22
- * Write [ good commit messages] [ 3 ] .
22
+ * Write [ good commit messages] [ 4 ] .
23
+ * Update the [ changelog] [ 5 ] .
23
24
* Use the same coding conventions as the rest of the project.
24
25
* Verify your Emacs Lisp code with ` checkdoc ` (<kbd >C-c ? d</kbd >).
25
- * Open a [ pull request] [ 4 ] that relates to * only* one subject with a clear title
26
+ * Open a [ pull request] [ 6 ] that relates to * only* one subject with a clear title
26
27
and description in grammatically correct, complete sentences.
27
28
28
29
[ 1 ] : https://github.com/bbatsov/prelude/issues
29
- [ 2 ] : http://gun.io/blog/how-to-github-fork-branch-and-pull-request
30
- [ 3 ] : http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
31
- [ 4 ] : https://help.github.com/articles/using-pull-requests
32
- [ 5 ] : https://github.com/bbatsov/prelude/issues?q=is:issue
30
+ [ 2 ] : https://github.com/bbatsov/prelude/issues?q=is:issue
31
+ [ 3 ] : http://gun.io/blog/how-to-github-fork-branch-and-pull-request
32
+ [ 4 ] : http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
33
+ [ 5 ] : https://github.com/bbatsov/prelude/blob/master/CHANGELOG.md
34
+ [ 6 ] : https://help.github.com/articles/using-pull-requests
0 commit comments