From 3d32261f16447e12c37eca61ad2f2ff68e3bbe88 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 21 Dec 2021 11:39:10 +0100 Subject: [PATCH] git: Fixed issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 +++-- .github/ISSUE_TEMPLATE/feature_request.yaml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6e528699a..7a1c7d93e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -36,8 +36,9 @@ body: required: true - type: checkboxes attributes: + label: ImHex Build Type options: - - label: Nightly or built from sources + - label: Nightly or built from sources - type: textarea attributes: label: Additional context? @@ -45,4 +46,4 @@ body: - Additional information about your environment. - If possible and useful, please upload the binary you've been editing when the bug occured. validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 1b28117cc..3390f2b14 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -17,5 +17,6 @@ body: required: true - type: checkboxes attributes: + 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 \ No newline at end of file + - label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR