git: Automatically label created issues (#811)
This commit is contained in:
parent
c35eaa7a4d
commit
6cb9714f06
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Something doesn't work correctly in ImHex.
|
description: Something doesn't work correctly in ImHex.
|
||||||
title: "[Bug] "
|
title: "[Bug] "
|
||||||
|
labels: bug
|
||||||
body:
|
body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: os
|
id: os
|
||||||
|
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Something you'd like to see added to ImHex in the future
|
description: Something you'd like to see added to ImHex in the future
|
||||||
title: "[Feature] "
|
title: "[Feature] "
|
||||||
|
labels: feature request
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user