mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-14 04:25:57 +01:00
forms: bring back auto labels
This commit is contained in:
parent
f864b15427
commit
1ec0b7b59a
2 changed files with 2 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Something is not working right
|
description: Something is not working right
|
||||||
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: I'd like to request additional functionality
|
description: I'd like to request additional functionality
|
||||||
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue