Skip to content

Commit

Permalink
Remove default title in issue templates (#328)
Browse files Browse the repository at this point in the history
The default title prefixes the issue title with `[BUG]` or `[FEAT]`. If there is a reason to do this, feel free to just close the PR, however I see no reason that this should be here considering we have labels for filtering. The `bug` and `enhancement` labels are automatically applied when using the issue templates.
  • Loading branch information
Erb3 authored Oct 31, 2023
1 parent d589f86 commit fe891af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
title: ""
labels: bug
assignees: ""
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEAT]"
title: ""
labels: enhancement
assignees: ""
---
Expand Down

0 comments on commit fe891af

Please sign in to comment.