From 2eeba20fdf7d5fd6904ceea2177cca8605961017 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 19 Apr 2023 08:34:36 -0500 Subject: [PATCH] Updating bug submission template --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 66032a3..9bf3ab1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -30,7 +30,7 @@ body: label: What happened? description: Please provide a clear and concise description of what happened. placeholder: Tell us what you see! - value: " " + value: describe validations: required: true - type: textarea @@ -39,7 +39,7 @@ body: label: What did you expect to happen? description: Please provide a clear and concise description of what you expected to happen. placeholder: Tell us what you thought you'd see! - value: " " + value: describe validations: required: true - type: dropdown @@ -96,7 +96,7 @@ body: label: Is Developer Mode enabled? description: See [Enable your device for development](https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development). options: - - Yes + - "Yes" - No (Default) - type: textarea id: logs