Skip to content

Commit 9f04ddb

Browse files
committed
Tweak bug report template
Follow-up to rubocop/rubocop@ab90885 It follows the rationale proposed in rubocop/rubocop#14581.
1 parent 7e6691d commit 9f04ddb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ corresponding cop name.*
1919

2020
______________________________________________________________________
2121

22+
## Steps to reproduce the problem
23+
24+
This is extremely important! Providing us with a reliable way to reproduce
25+
a problem will expedite its solution.
26+
2227
## Expected behavior
2328

2429
Describe here how you expected RuboCop RSpec to behave in this particular situation.
@@ -28,11 +33,6 @@ Describe here how you expected RuboCop RSpec to behave in this particular situat
2833
Describe here what actually happened.
2934
Please use `rubocop --debug` when pasting rubocop output as it contains additional information.
3035

31-
## Steps to reproduce the problem
32-
33-
This is extremely important! Providing us with a reliable way to reproduce
34-
a problem will expedite its solution.
35-
3636
## RuboCop RSpec version
3737

3838
Include the output of `rubocop -V` or `bundle exec rubocop -V` if using Bundler.

0 commit comments

Comments
 (0)