1
0
mirror of synced 2024-11-24 15:50:16 +01:00

git: Fixed issue templates

This commit is contained in:
WerWolv 2021-12-21 11:39:10 +01:00
parent 78f6ef464a
commit 3d32261f16
2 changed files with 5 additions and 3 deletions

View File

@ -36,8 +36,9 @@ body:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: ImHex Build Type
options: options:
- label: Nightly or built from sources - label: Nightly or built from sources
- type: textarea - type: textarea
attributes: attributes:
label: Additional context? label: Additional context?
@ -45,4 +46,4 @@ body:
- Additional information about your environment. - Additional information about your environment.
- If possible and useful, please upload the binary you've been editing when the bug occured. - If possible and useful, please upload the binary you've been editing when the bug occured.
validations: validations:
required: false required: false

View File

@ -17,5 +17,6 @@ body:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Request Type
options: options:
- label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR - label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR