Skip to content

Commit 58b46e9

Browse files
authored
Merge pull request rails#42347 from HParker/mention-executable-test-case-in-issue-template
2 parents 1658054 + 0c7a2f9 commit 58b46e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/issue_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<!-- (Guidelines for creating a bug report are [available
33
here](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#creating-a-bug-report)) -->
44

5+
<!-- Paste your executable test case created from one of the scripts found [here](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#create-an-executable-test-case) below: -->
6+
```ruby
7+
# Your reproduction script goes here
8+
```
9+
510
### Expected behavior
611
<!-- Tell us what should happen -->
712

0 commit comments

Comments
 (0)