Skip to content

Commit f3403c3

Browse files
committed
Merge pull request #1292 from bf4/master
Remove errant line [ci skip]
2 parents 7136a24 + 0a27f8a commit f3403c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ issue](https://github.com/rails-api/active_model_serializers/issues/new):
3232
please specify in your report why you can't update to the latest version.
3333
- Operating system type + version.
3434
- 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"`.
3636
- Clearly-written steps to reproduce the issue (i.e. "Show me how to show myself." ), including:
3737
- What were you doing? Include code if possible.
3838
- Command line parameters used, if any.
@@ -44,7 +44,7 @@ issue](https://github.com/rails-api/active_model_serializers/issues/new):
4444
- The best help here is a failing test. Even better if it's a PR.
4545
- Then the steps to reproduce and/or a gist or repository that demonstrates the defect.
4646
- 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.")
4848
- Things you've tried.
4949
- A pull request for your fix would be great. Code should have tests.
5050
- Link to source code, if available.

0 commit comments

Comments
 (0)