From 467016521f72b2090c147aeec3127a119330a4df Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 5 Jul 2021 12:23:02 -0600 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 536e383b3..2b29e2510 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -117,12 +117,23 @@ body: - Other/Non-Applicable validations: required: true + - type: dropdown + id: where-issue + attributes: + label: Where does this issue happen? + multiple: true + options: + - Between booting macOS and Login Screen + - Within macOS (Before Logging in) + - Within macOS (After Logging in) + - Other/Non-Applicable + validations: + required: true - type: textarea id: what-happened attributes: label: What is the Isssue? description: Additionally, explain what you expected to happen? - placeholder: Tell us what you see! value: "Please clearly explain the issue" validations: required: true @@ -130,4 +141,3 @@ body: id: extra-info attributes: label: Any Additional Information - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.