From 8795f2bc1eccf4c4a26ce8853af0a2e58fedd45a Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sat, 25 May 2013 08:03:29 -0500 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..9811ef28 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +Contributing to AMS +=================== + +First of all, **thank you**! + +Now, for the details: + +Please file issues on the [GitHub Issues +list](https://github.com/rails-api/active_model_serializers/issues). + +Please discuss new features or ask for feedback about a new feature [on +rails-api-core](https://groups.google.com/forum/#!forum/rails-api-core). + +If you want a feature implemented, the best way to get it done is to submit a +pull request that implements it. Tests and docs would be nice. + +Please include a CHANGELOG with all entries that change behavior. + +:heart: :sparkling_heart: :heart: +