Skip to content

Commit b31656f

Browse files
committed
Add info about CHANGELOG on the CONTRIBUTING
[ci skip]
1 parent 1f08865 commit b31656f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ AMS uses a subset of [StandardIssueLabels](https://github.com/wagenet/StandardIs
2424
2. Create your feature branch (`git checkout -b my-new-feature`)
2525
3. Write tests for your feature, or regression tests highlighting a bug
2626
4. Write the feature itself, or fix your bug
27-
5. Commit your changes (`git commit -am 'Add some feature'`)
28-
6. Push to the branch (`git push origin my-new-feature`)
29-
7. Create a new Pull Request
27+
5. Update [CHANGELOG.md](https://github.com/rails-api/active_model_serializers/blob/master/CHANGELOG.md)
28+
with a brief description of any breaking changes, fixes, features, or
29+
miscellaneous changes under the proper version section.
30+
6. Commit your changes (`git commit -am 'Add some feature'`)
31+
7. Push to the branch (`git push origin my-new-feature`)
32+
8. Create a new Pull Request
3033

3134
Remember to squash your commits and rebase off `master`.

0 commit comments

Comments
 (0)