|
1 |
| -### Expected behavior and actual behavior. |
2 |
| - |
3 |
| -- What did you expect to happen? |
4 |
| -- What happened? Include as much information as possible, such as: |
5 |
| - - Nature of reported defect (e.g. user name missing, not "It doesn't work."). Is it intermittent? |
6 |
| - - The best help here is a failing test. Even better if it's a PR. |
7 |
| - - Then the steps to reproduce and/or a gist or repository that demonstrates the defect. |
8 |
| - - Then examples of the code you were using. |
9 |
| - - Any error messages (including stacktrace, i.e. "Show me the error.") |
10 |
| - |
11 |
| -### Steps to reproduce the issue (i.e. "Show me how to show myself." ) |
12 |
| - |
13 |
| -- What were you doing? Include code if possible, such as: |
14 |
| - - Command line parameters used, if any. |
15 |
| - - RubyGems code in your Gemfile, if any. Gemfile.lock, if possible. |
16 |
| - - Any configuration you've made. |
17 |
| -- Things you've tried. |
18 |
| -- Link to source code, if available. |
19 |
| - |
20 |
| -### Specifications |
21 |
| - |
22 |
| -- ActiveModelSerializers version (0.8.x, 0.9.x, 0.10.x, commit ref). |
23 |
| -- What are you using ActiveModelSerializers with? Rails? Grape? Other? Which versions? |
24 |
| -- If you are not running the latest version (please check), and you cannot update it, |
25 |
| - please specify in your report why you can't update to the latest version. |
26 |
| -- Ruby version with patch level. And whether you're using rvm, rbenv, etc. |
27 |
| - - Include `ruby -e "puts RUBY_DESCRIPTION"`. |
28 |
| -- Operating system type + version. e.g. Mac OSX Snow Leopard |
29 |
| - |
30 |
| -For more general guidelines, see [Filing an |
31 |
| -issue](https://github.com/rails-api/active_model_serializers/blob/master/CONTRIBUTING.md#filing-an-issue). |
| 1 | +#### Expected behavior vs actual behavior |
| 2 | +<br><br> |
| 3 | + |
| 4 | +#### Steps to reproduce |
| 5 | +*(e.g., detailed walkthrough, runnable script, example application)* |
| 6 | +<br><br><br> |
| 7 | + |
| 8 | +#### Environment |
| 9 | + |
| 10 | +ActiveModelSerializers Version *(commit ref if not on tag)*: |
| 11 | + |
| 12 | +Output of `ruby -e "puts RUBY_DESCRIPTION"`: |
| 13 | + |
| 14 | +OS Type & Version: |
| 15 | + |
| 16 | +Integrated application and version *(e.g., Rails, Grape, etc)*: |
| 17 | +<br><br> |
| 18 | + |
| 19 | +#### Backtrace |
| 20 | +*(e.g., provide any applicable backtraces from your application)* |
| 21 | +<br><br><br> |
| 22 | + |
| 23 | +#### Additonal helpful information |
| 24 | +*(e.g., Gemfile.lock, configurations, PR containing a failing test, git bisect results)* |
| 25 | +<br><br><br> |
0 commit comments