Skip to content

Commit b8df4b5

Browse files
committed
Merge pull request #830 from JoshSmith/add-contributing-readme
Add contributing readme
2 parents d55f3b3 + c6d6021 commit b8df4b5

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Issue Labeling
2+
3+
AMS uses a subset of [StandardIssueLabels](https://github.com/wagenet/StandardIssueLabels) for Github Issues. You can [see our labels here](https://github.com/rails-api/active_model_serializers/labels).
4+
5+
## Contributing
6+
7+
1. Fork it ( https://github.com/rails-api/active_model_serializers/fork )
8+
2. Create your feature branch (`git checkout -b my-new-feature`)
9+
3. Commit your changes (`git commit -am 'Add some feature'`)
10+
4. Push to the branch (`git push origin my-new-feature`)
11+
5. Create a new Pull Request

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,6 @@ If you have a question, please [post to Stack Overflow](http://stackoverflow.com
303303

304304
Thanks!
305305

306-
## Contributing
306+
# Contributing
307307

308-
1. Fork it ( https://github.com/rails-api/active_model_serializers/fork )
309-
2. Create your feature branch (`git checkout -b my-new-feature`)
310-
3. Commit your changes (`git commit -am 'Add some feature'`)
311-
4. Push to the branch (`git push origin my-new-feature`)
312-
5. Create a new Pull Request
308+
See [CONTRIBUTING.md](https://github.com/rails-api/active_model_serializers/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)