@@ -32,7 +32,7 @@ issue](https://github.com/rails-api/active_model_serializers/issues/new):
32
32
please specify in your report why you can't update to the latest version.
33
33
- Operating system type + version.
34
34
- Ruby version with patch level. And whether you're using rvm, rbenv, etc.
35
- - Include your ruby -e "puts RUBY_DESCRIPTION".
35
+ - Include ` ruby -e "puts RUBY_DESCRIPTION" ` .
36
36
- Clearly-written steps to reproduce the issue (i.e. "Show me how to show myself." ), including:
37
37
- What were you doing? Include code if possible.
38
38
- Command line parameters used, if any.
@@ -44,7 +44,7 @@ issue](https://github.com/rails-api/active_model_serializers/issues/new):
44
44
- The best help here is a failing test. Even better if it's a PR.
45
45
- Then the steps to reproduce and/or a gist or repository that demonstrates the defect.
46
46
- Then examples of the code you were using.
47
- - Any error messages (including stacktrace, i.e. "" Show me the error.")
47
+ - Any error messages (including stacktrace, i.e. "Show me the error.")
48
48
- Things you've tried.
49
49
- A pull request for your fix would be great. Code should have tests.
50
50
- Link to source code, if available.
@@ -54,9 +54,7 @@ If you encounter multiple, unrelated issues, please report them as such.
54
54
55
55
Simon Tatham has written an excellent on article on
56
56
[ How to Report Bugs Effectively] ( http://www.chiark.greenend.org.uk/~sgtatham/bugs.html )
57
- which is well worth reading, although it is not specific to ActiveModelSerializers.
58
-
59
- 1 . What have you tried?
57
+ which is [ well worth reading] ( http://yourbugreportneedsmore.info/ ) , although it is not specific to ActiveModelSerializers.
60
58
61
59
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.)
62
60
0 commit comments