Skip to content

Commit 9a6ddf3

Browse files
committed
Merge pull request #1222 from maurogeorge/patch-08
Add info about CHANGELOG on the CONTRIBUTING
2 parents ccdffaa + 651f9f7 commit 9a6ddf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ AMS uses a subset of [StandardIssueLabels](https://github.com/wagenet/StandardIs
2727
5. Commit your changes (`git commit -am 'Add some feature'`)
2828
6. Push to the branch (`git push origin my-new-feature`)
2929
7. Create a new Pull Request
30+
8. Update [CHANGELOG.md](https://github.com/rails-api/active_model_serializers/blob/master/CHANGELOG.md)
31+
with a brief description of any breaking changes, fixes, features, or
32+
miscellaneous changes under the proper version section.
33+
9. Iterate on feedback given by the community (fix syntax, modify bits of code, add
34+
tests), pushing the new commits to the PR each time
3035

3136
Remember to squash your commits and rebase off `master`.
3237

0 commit comments

Comments
 (0)