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