File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ AMS uses a subset of [StandardIssueLabels](https://github.com/wagenet/StandardIs
24
24
2 . Create your feature branch (` git checkout -b my-new-feature ` )
25
25
3 . Write tests for your feature, or regression tests highlighting a bug
26
26
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
30
32
31
33
Remember to squash your commits and rebase off ` master ` .
You can’t perform that action at this time.
0 commit comments