github: fix issue template frontmatter (#1175)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
e124dcbd59
commit
a0ffebd52e
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -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'
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue