diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index a35d3b619..08d2d6683 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -7,13 +7,18 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + + > [!Note] + > Cauldron is a public repo for Deque's design system. Please be careful to not include details or screenshots from unreleased or private features within Deque products. - type: textarea id: steps-to-reproduce attributes: label: Steps to reproduce description: Give us the details we need to reproduce the bug. - placeholder: Steps to reproduce the bug - value: "Steps to reproduce" + placeholder: | + 1. Go to '...' + 2. Click on '...' + 3. Description of error validations: required: true - type: textarea @@ -22,16 +27,6 @@ body: label: Expected Behavior description: What did you expect to happen? placeholder: Tell us what you expected to happen! - value: "Not a bug." - validations: - required: true - - type: textarea - id: actual-behavior - attributes: - label: Actual Behavior - description: What actually happened? - placeholder: Tell us what you are experiencing! - value: "A bug happened!" validations: required: true - type: input @@ -39,28 +34,23 @@ body: attributes: label: Version description: What version of cauldron did this happen with? - placeholder: 4.0.0 + placeholder: v4.0.0 validations: required: true - type: dropdown id: browsers attributes: - label: What browsers are you experiencing the problem on? + label: What browser(s) are you experiencing the problem on? multiple: true options: - - Firefox - Chrome + - Firefox - Safari - - Microsoft Edge + - Edge + - iOS Safari - type: textarea id: logs attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell - - type: textarea - id: anything-else - attributes: - label: Anything else we should know? - description: Please provide any additional information that may be helpful. - value: "Additional information"