diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c3ef65e4..bc820ed8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Report something not working correctly that should be fixed title: '' -labels: bug, needs triage +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-suggestion.md b/.github/ISSUE_TEMPLATE/feature-suggestion.md index 38e6dd88..bc4592f5 100644 --- a/.github/ISSUE_TEMPLATE/feature-suggestion.md +++ b/.github/ISSUE_TEMPLATE/feature-suggestion.md @@ -2,7 +2,7 @@ name: Feature suggestion about: Suggest an idea for this project title: '' -labels: enhancement, needs triage +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/something-completely-different.md b/.github/ISSUE_TEMPLATE/something-completely-different.md index 6b561272..d58f1c40 100644 --- a/.github/ISSUE_TEMPLATE/something-completely-different.md +++ b/.github/ISSUE_TEMPLATE/something-completely-different.md @@ -2,7 +2,6 @@ name: Something completely different about: If you have something completely different title: '' -labels: needs triage assignees: '' ---