mirror of https://github.com/WerWolv/ImHex.git
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:
parent
6bc1f94b60
commit
2826e6f325
|
@ -39,10 +39,17 @@ body:
|
||||||
label: ImHex Build Type
|
label: ImHex Build Type
|
||||||
options:
|
options:
|
||||||
- label: Nightly or built from sources
|
- 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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context?
|
label: Additional context?
|
||||||
value: |
|
placeholder: |
|
||||||
- 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 occurred.
|
- If possible and useful, please upload the binary you've been editing when the bug occurred.
|
||||||
validations:
|
validations:
|
||||||
|
|
|
@ -20,3 +20,6 @@ body:
|
||||||
label: Request Type
|
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
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context?
|
||||||
|
|
Loading…
Reference in New Issue