From fa4a6a7ae78990262c32103886f3d90acc9066db Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Sun, 8 Mar 2015 12:30:43 -0700 Subject: [PATCH 1/2] Add CONTRIBUTING.md and update README.md to point to it --- CONTRIBUTING.md | 11 +++++++++++ README.md | 8 ++------ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..2e938290 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Issue Labeling + +AMS uses [StandardIssueLabels](https://github.com/wagenet/StandardIssueLabels) for Github Issues. + +## Contributing + +1. Fork it ( https://github.com/rails-api/active_model_serializers/fork ) +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create a new Pull Request \ No newline at end of file diff --git a/README.md b/README.md index f7797946..7282b349 100644 --- a/README.md +++ b/README.md @@ -303,10 +303,6 @@ If you have a question, please [post to Stack Overflow](http://stackoverflow.com Thanks! -## Contributing +# Contributing -1. Fork it ( https://github.com/rails-api/active_model_serializers/fork ) -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create a new Pull Request +See [CONTRIBUTING.md](https://github.com/rails-api/active_model_serializers/blob/master/CONTRIBUTING.md) From c6d6021f323d7e8627d79f8404e67f4b7b3ba4ff Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Sun, 8 Mar 2015 12:33:00 -0700 Subject: [PATCH 2/2] Add link to our labels --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e938290..853c97e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Issue Labeling -AMS uses [StandardIssueLabels](https://github.com/wagenet/StandardIssueLabels) for Github Issues. +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). ## Contributing