Update to reflect type issue labels
This commit is contained in:
parent
cbc9f88830
commit
4a7c6f337a
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Bug report
|
||||
description: Let us know about crashes or existing functionality not working like it should.
|
||||
labels: [ "bug", "unconfirmed" ]
|
||||
labels: [ "type: bug", "unconfirmed" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for K-9 Mail
|
||||
labels: [ "enhancement", "unconfirmed" ]
|
||||
labels: [ "type: enhancement", "unconfirmed" ]
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
|
|
Loading…
Reference in a new issue