github: fix issue template frontmatter (#1175)

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-24 15:57:18 +05:30 committed by GitHub
parent e124dcbd59
commit a0ffebd52e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Create a report to help us address issues you are facing with the app about: Create a report to help us address issues you are facing with the app
title: "[BUG]" title: "[BUG]"
labels: bug, 'triage: needed' labels: 'bug, triage: needed'
assignees: '' assignees: ''
--- ---

View file

@ -2,7 +2,7 @@
name: Feature request name: Feature request
about: Suggest a new feature to be included in the app about: Suggest a new feature to be included in the app
title: "[FEATURE]" title: "[FEATURE]"
labels: feature, 'triage: needed' labels: 'feature, triage: needed'
assignees: 'msfjarvis' assignees: 'msfjarvis'
--- ---