From 651f9f7211e08f6614b518dccdb1715f814d9899 Mon Sep 17 00:00:00 2001 From: Mauro George Date: Thu, 1 Oct 2015 19:32:46 -0300 Subject: [PATCH] Add info about CHANGELOG on the CONTRIBUTING [ci skip] --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d18965d1..ad59f8a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,5 +27,10 @@ AMS uses a subset of [StandardIssueLabels](https://github.com/wagenet/StandardIs 5. Commit your changes (`git commit -am 'Add some feature'`) 6. Push to the branch (`git push origin my-new-feature`) 7. Create a new Pull Request +8. Update [CHANGELOG.md](https://github.com/rails-api/active_model_serializers/blob/master/CHANGELOG.md) +with a brief description of any breaking changes, fixes, features, or +miscellaneous changes under the proper version section. +9. Iterate on feedback given by the community (fix syntax, modify bits of code, add +tests), pushing the new commits to the PR each time Remember to squash your commits and rebase off `master`.