mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-25 19:39:48 +01:00
Update Github files to reflect label renames
This commit is contained in:
parent
d4106d545b
commit
b50b22938b
3 changed files with 8 additions and 8 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a bug report to help us improve Create
|
description: Create a bug report to help us improve Create
|
||||||
labels: [ "bug" ]
|
labels: [ "type: bug" ]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
2
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Suggestion
|
name: Suggestion
|
||||||
description: Suggest something that would improve Create
|
description: Suggest something that would improve Create
|
||||||
labels: [ "suggestion" ]
|
labels: [ "type: suggestion" ]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
12
.github/config/labels.yml
vendored
12
.github/config/labels.yml
vendored
|
@ -1,12 +1,12 @@
|
||||||
1.14:
|
'version: 1.14':
|
||||||
- '1\.14(?:\.\d)?'
|
- '1\.14(?:\.\d)?'
|
||||||
1.15:
|
'version: 1.15':
|
||||||
- '1\.15(?:\.\d)?'
|
- '1\.15(?:\.\d)?'
|
||||||
1.16:
|
'version: 1.16':
|
||||||
- '1\.16(?:\.\d)?'
|
- '1\.16(?:\.\d)?'
|
||||||
1.17:
|
'version: 1.17':
|
||||||
- '1\.17(?:\.\d)?'
|
- '1\.17(?:\.\d)?'
|
||||||
1.18:
|
'version: 1.18':
|
||||||
- '1\.18(?:\.\d)?'
|
- '1\.18(?:\.\d)?'
|
||||||
1.19:
|
'version: 1.19':
|
||||||
- '1\.19(?:\.\d)?'
|
- '1\.19(?:\.\d)?'
|
||||||
|
|
Loading…
Add table
Reference in a new issue