Skip to content

Commit df6af2b

Browse files
committed
Add a changelog
1 parent 025c377 commit df6af2b

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change log
2+
3+
## master (unreleased)
4+
5+
## 1.0.0 (2020-09-15)
6+
7+
Initial "stable" release after 9 years of development.

CONTRIBUTING.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ try to follow these guidelines when you do so.
77

88
## Issue reporting
99

10-
* Check that the [issue has not already been reported][5].
10+
* Check that the [issue has not already been reported][2].
1111
* Check that the issue has not already been fixed in the latest code
1212
(a.k.a. `master`).
1313
* Be clear, concise and precise in your description of the problem.
@@ -17,16 +17,18 @@ try to follow these guidelines when you do so.
1717

1818
## Pull requests
1919

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].
2121
* 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].
2324
* Use the same coding conventions as the rest of the project.
2425
* 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
2627
and description in grammatically correct, complete sentences.
2728

2829
[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

Comments
 (0)