mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-14 09:46:09 +03:00
fix(.github): correct label names per recent changes
This commit is contained in:
parent
4d526ad32f
commit
fa46101d12
3 changed files with 6 additions and 4 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: Create a report to help us improve
|
||||
labels: [ "bug" ]
|
||||
labels: [ "type: bug" ]
|
||||
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: Create a request for a feature you would like
|
||||
labels: [ "type: enhancement" ]
|
||||
labels: [ "type: feature" ]
|
||||
body:
|
||||
- type: textarea
|
||||
id: background
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue