From e80be3a2fc0d5ac54efcb47ad5386427d72640b7 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Fri, 19 Nov 2021 16:53:57 -0800 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c7bd925..05e986d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -18,13 +18,15 @@ body: id: project attributes: label: Project Version - placeholder: "1.0, 1.2.3, 2.5.1" + description: Which project versions are affected? + placeholder: "1.0, 2.2, 3.5.1" validations: required: true - type: input id: platform attributes: label: Platform and OS Version + description: Which platforms or operating systems are affected? placeholder: "iOS 12.1, tvOS 13.0, macOS 10.15.1, Safari 12" validations: required: true @@ -32,7 +34,8 @@ body: id: devices attributes: label: Affected Devices - placeholder: "iPhone X, iPhone SE, iPad Air, MacBook Pro" + description: Does this only occur on specific devices? + placeholder: "All, iPhone X, iPhone SE, iPad Air, MacBook Pro" validations: required: true - type: input @@ -55,17 +58,18 @@ body: id: repro-steps attributes: label: Steps to reproduce - placeholder: | - 1. - 2. - 3. - ... + value: | + 1. + 2. + 3. + ... validations: required: true - type: textarea id: expected-behavior attributes: label: Expected behavior + description: What should have happened? placeholder: What did you expect to happen? validations: required: true