diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-09-23 02:19:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 02:19:00 +0100 |
commit | ea2426fa61fe4d8190814cabe1a4bb7c2b4139a5 (patch) | |
tree | a80399760b556d501c9e9642e910fd00164df595 | |
parent | 19fc3e82794245b663467a9be076271f6ae33f26 (diff) |
Change default bug report template label to bug-report
for later confirmation or denial as an actual bug
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 21accbf0..50c54210 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: bug-report assignees: '' --- |