.github/ISSUE_TEMPLATE/bug_report.md in rubocop-minitest-0.10.3 vs .github/ISSUE_TEMPLATE/bug_report.md in rubocop-minitest-0.11.0
- old
+ new
@@ -30,10 +30,14 @@
a problem will expedite its solution.
## RuboCop version
Include the output of `rubocop -V` or `bundle exec rubocop -V` if using Bundler. Here's an example:
+You see extension cop versions (e.g. rubocop-minitest, rubocop-performance, and others) output by rubocop -V,
+include them as well. Here's an example:
```
$ [bundle exec] rubocop -V
-0.74.0 (using Parser 2.6.4.0, running on ruby 2.6.4 x86_64-darwin17)
+1.10.0 (using Parser 3.0.0.0, rubocop-ast 1.4.1, running on ruby 3.0.0 x86_64-darwin19)
+ - rubocop-minitest 0.10.3
+ - rubocop-performance 1.9.2
```