Add CHANGELOG.md (#670)

Also, update CONTRIBUTING.md to guide contributors to update the
changelog.

Test plan: Unnecessary
This commit is contained in:
Dandelion Mané 2018-08-15 15:20:59 -07:00 committed by GitHub
parent be79e3cb1c
commit 783a5e7d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# Changelog
## [Unreleased]
- Start tracking changes in `CHANGELOG.md`

View File

@ -119,6 +119,12 @@ to run them all. This will run:
This is the same set of tests that is run on our CI system, Travis.
### Updating CHANGELOG.md
If your patch makes a change that would be visible or interesting to a
user of SourceCred—for example, fixing a bug—please add a description of
the change under the `[Unreleased]` heading of `CHANGELOG.md`.
## When writing commit messages
### Summary of changes