Add CHANGELOG.md and instructions for contributors

This commit is contained in:
Alexander Neumann 2017-03-09 10:40:24 +01:00
parent 9eae789cd2
commit 9e0207e534
2 changed files with 14 additions and 1 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
This file describes changes relevant to all users that are made in each
released version of restic from the perspective of the user.
Changes in 0.5.X
================
* Sample entry, made the flux capacitor work with less than 1.21GW

View File

@ -137,7 +137,13 @@ down to the following steps:
commits to the branch you created for the pull request, they will be
automatically added to the pull request.
7. Once your code looks good and passes all the tests, we'll merge it. Thanks
7. If your pull request changes anything that users should be aware of (a
bugfix, a new feature, ...) please add an entry to the file
['CHANGELOG.md'](CHANGELOG.md). It will be used in the announcement of the
next stable release. While writing, ask yourself: If I were the user, what
would I need to be aware of with this change.
8. Once your code looks good and passes all the tests, we'll merge it. Thanks
a low for your contribution!
Please provide the patches for each bug or feature in a separate branch and