From 85b49ac228bb2e49bb920e3198fab729b11c37f1 Mon Sep 17 00:00:00 2001 From: Aleksei Atavin Date: Tue, 28 Dec 2021 10:23:32 +0200 Subject: [PATCH] Add default `needs-triage` label to issue templates (#100) --- .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md | 4 ++-- .github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md | 4 ++-- .github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md index 605be98b..683466b5 100644 --- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md @@ -2,7 +2,7 @@ name: 🐛 Bug report about: Create a report to help us improve title: '[BUG]' -labels: 'bug, untriaged' +labels: 'bug, needs-triage assignees: '' --- @@ -28,4 +28,4 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Do you have any additional context?** -Add any other context about the problem. \ No newline at end of file +Add any other context about the problem. diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md index 19b01d9f..addf30d1 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ name: 🎆 Feature request about: Request a feature in this project title: '[FEATURE]' -labels: enhancement +labels: enhancement, needs-triage assignees: '' --- **Is your feature request related to a problem?** @@ -15,4 +15,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Do you have any additional context?** -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md b/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md index 1f891242..e8fe38ca 100644 --- a/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md @@ -2,7 +2,7 @@ name: 💭 Proposal about: Suggest an idea for a specific feature you wish to propose to the community for comment title: '[PROPOSAL]' -labels: proposal +labels: proposal, needs-triage assignees: '' --- ## What kind of business use case are you trying to solve? What are your requirements?