aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-10-24 15:57:18 +0530
committerGitHub <noreply@github.com>2020-10-24 12:27:18 +0200
commita0ffebd52e0093f71e1e08a8a624f8ea7bc2dae8 (patch)
tree7367c8f090a74aacb48d2b2b0ce9332235e127d6 /.github/ISSUE_TEMPLATE
parente124dcbd595464e2c4c45c1d160e30972740c492 (diff)
github: fix issue template frontmatter (#1175)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index a7ef0f2d..e18d0d2f 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 address issues you are facing with the app
title: "[BUG]"
-labels: bug, 'triage: needed'
+labels: 'bug, triage: needed'
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 66ac7d34..d7ed8553 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
name: Feature request
about: Suggest a new feature to be included in the app
title: "[FEATURE]"
-labels: feature, 'triage: needed'
+labels: 'feature, triage: needed'
assignees: 'msfjarvis'
---