mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Merge pull request #1222 from maurogeorge/patch-08
Add info about CHANGELOG on the CONTRIBUTING
This commit is contained in:
commit
9a6ddf322d
@ -27,6 +27,11 @@ 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`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user