From 6a345fe801fc2af26ca1cb2d8a77e05ae5e5bf5e Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Sun, 7 Jul 2024 16:24:23 -0700 Subject: [PATCH] Fixed validaitons on defect template. --- .github/ISSUE_TEMPLATE/defect.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/defect.yml b/.github/ISSUE_TEMPLATE/defect.yml index 99e573d7e..679426847 100644 --- a/.github/ISSUE_TEMPLATE/defect.yml +++ b/.github/ISSUE_TEMPLATE/defect.yml @@ -19,8 +19,8 @@ body: 1. Run '...' 1. See error... Make the steps as minimal as possible, finding the smallest possible set of steps that still produce the unexpected behavior. What is the defect and what did you expect to happen instead? - validations: - required: true + validations: + required: true - type: textarea attributes: label: Anything else? @@ -36,6 +36,8 @@ body: - Chrome - Safari - Microsoft Edge + validations: + required: true - type: dropdown id: os attributes: @@ -45,3 +47,5 @@ body: - Windows - macOS - Linux + validations: + required: true