Update issue templates (#134)
This commit is contained in:
parent
2e9ac89e94
commit
d91d14aee4
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 bug report
|
||||
title: "[Bug] "
|
||||
labels: type: bug
|
||||
labels: "type: bug"
|
||||
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: Feature suggestion or idea
|
||||
title: "[Feature] "
|
||||
labels: type: feature
|
||||
labels: "type: feature"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue