From 2826e6f325b9b2f536d4ee9d220b43865c2f8af5 Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Sat, 29 Oct 2022 20:38:22 +0200 Subject: [PATCH] git: Updated issue templates (#807) * add "Additional context" option for feature request * use placeholder instead of value * Ask for installation type in bug reports --- .github/ISSUE_TEMPLATE/bug_report.yaml | 9 ++++++++- .github/ISSUE_TEMPLATE/feature_request.yaml | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index b02f69c25..0c2b64f3b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 3390f2b14..7cae61efd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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?