1
0
mirror of synced 2024-11-28 09:30:51 +01:00

git: Updated issue templates (#807)

* add "Additional context" option for feature request

* use placeholder instead of value

* Ask for installation type in bug reports
This commit is contained in:
iTrooz_ 2022-10-29 20:38:22 +02:00 committed by GitHub
parent 6bc1f94b60
commit 2826e6f325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -39,10 +39,17 @@ body:
label: ImHex Build Type
options:
- label: Nightly or built from sources
- type: input
attributes:
label: Installation type
description: |
How did you install ImHex ? MSI/Portable/DMG/AppImage/Fedora package/etc..
validations:
required: true
- type: textarea
attributes:
label: Additional context?
value: |
placeholder: |
- Additional information about your environment.
- If possible and useful, please upload the binary you've been editing when the bug occurred.
validations:

View File

@ -20,3 +20,6 @@ body:
label: Request Type
options:
- label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR
- type: textarea
attributes:
label: Additional context?