Skip to content

Commit

Permalink
Add default tags to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
okuramasafumi authored and bbatsov committed Jan 23, 2024
1 parent 996c6be commit c5a7052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Bug Report
about: Report an issue with RuboCop you've discovered.
labels: bug
---

*Be clear, concise and precise in your description of the problem.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Feature Request
about: Suggest new RuboCop features or improvements to existing features.
labels: enhancement
---

## Is your feature request related to a problem? Please describe.
Expand Down

0 comments on commit c5a7052

Please sign in to comment.