Remove errant line [ci skip]

This commit is contained in:
Benjamin Fleischer 2015-10-22 20:48:41 -05:00 committed by Benjamin Fleischer
parent 86fa7a9bfc
commit 0a27f8a1ba

View File

@ -32,7 +32,7 @@ issue](https://github.com/rails-api/active_model_serializers/issues/new):
please specify in your report why you can't update to the latest version.
- Operating system type + version.
- Ruby version with patch level. And whether you're using rvm, rbenv, etc.
- Include your ruby -e "puts RUBY_DESCRIPTION".
- Include `ruby -e "puts RUBY_DESCRIPTION"`.
- Clearly-written steps to reproduce the issue (i.e. "Show me how to show myself." ), including:
- What were you doing? Include code if possible.
- Command line parameters used, if any.
@ -44,7 +44,7 @@ issue](https://github.com/rails-api/active_model_serializers/issues/new):
- The best help here is a failing test. Even better if it's a PR.
- Then the steps to reproduce and/or a gist or repository that demonstrates the defect.
- Then examples of the code you were using.
- Any error messages (including stacktrace, i.e. ""Show me the error.")
- Any error messages (including stacktrace, i.e. "Show me the error.")
- Things you've tried.
- A pull request for your fix would be great. Code should have tests.
- Link to source code, if available.
@ -54,9 +54,7 @@ If you encounter multiple, unrelated issues, please report them as such.
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?
which is [well worth reading](http://yourbugreportneedsmore.info/), although it is not specific to ActiveModelSerializers.
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.)