Skip to content

Commit b4386df

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ 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 your changes under the current develop version heading.
29+
6. Commit your changes (`git commit -am 'Add some feature'`)
30+
7. Push to the branch (`git push origin my-new-feature`)
31+
8. Create a new Pull Request
3032

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

0 commit comments

Comments
 (0)