From 8b86f365525b566ebbf23040ff9d49fc82a93b59 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 10 Oct 2020 11:39:52 +0530 Subject: github: lay down some ground rules in issue templates Signed-off-by: Harsh Shandilya --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++--- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 435cbdcb..a7ef0f2d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,23 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us address issues you are facing with the app title: "[BUG]" -labels: bug +labels: bug, 'triage: needed' assignees: '' --- + + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f4558654..66ac7d34 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,12 +1,23 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest a new feature to be included in the app title: "[FEATURE]" -labels: enhancement -assignees: '' +labels: feature, 'triage: needed' +assignees: 'msfjarvis' --- + + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -- cgit v1.2.3