Merge pull request #1363 from paddatrapper/fix/issue-doc
Update templates to use new labels for issue filing
This commit is contained in:
commit
a37e858ced
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 improve
|
||||
title: ""
|
||||
labels: bug
|
||||
labels: "is: 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: Suggest an idea for this project
|
||||
title: ""
|
||||
labels: feature-request
|
||||
labels: "is: feature-request"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue