Edits per joaomdmoura [ci skip]

This commit is contained in:
Benjamin Fleischer 2015-10-21 15:43:28 -05:00
parent 8c52c36ae1
commit fcf5f8caba

View File

@ -11,7 +11,7 @@ http://www.commitstrip.com/en/2014/05/07/the-truth-behind-open-source-apps/](doc
### Filing an issue
Everyone is encouraged to open issues that are affecting them:
bugs, ideas, documentation, performance problems everything helps!
bugs, ideas, documentation (`/docs`), performance problems everything helps!
#### Before
@ -56,8 +56,6 @@ Simon Tatham has written an excellent on article on
[How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html)
which is well worth reading, although it is not specific to ActiveModelSerializers.
1. What have you tried?
Include as much sample code as you can to help us reproduce the issue. (Inline, repo link, or gist, are fine. A failing test would help the most.)
@ -129,6 +127,8 @@ To fetch & test the library for development, do:
1. Create a new Pull Request
- Include links to any relevant github issues.
- *Don't* change the VERSION file.
- Update `/docs` to include, whenever possible, a new, suitable recommendation about how to use
the feature.
- Extra Credit: [Confirm it runs and tests pass on the rubies specified in the travis
config](.travis.yml). A maintainer will otherwise confirm it runs on these.