Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alischumacher committed Mar 20, 2023
1 parent 3ba0219 commit f71bec7
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions .github/ISSUE_TEMPLATE/reportabug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,32 @@ body:
id: what-happened
attributes:
label: What happened?
placeholder: Tell us what you see!
placeholder: Tell us what you see! If applicable, add screenshots to help explain the issue.
value:
validations:
required: true
- type: textarea
id: reproduce
id: expected-behavior
attributes:
label: How would you reproduce the bug?
placeholder: Steps to reproduce the behavior (e.g., 1. Go to '...', 2. Click on '....', 3. Scroll down to '...', 4. See error 3. Scroll down to '....'"
label: What did you expect to happen?
placeholder: A clear and concise description of what you expected to happen.
value:
validations:
required: true
- type: textarea
id: expected-behavior
id: reproduce
attributes:
label: What happened?
placeholder: Tell us what you see!
label: How would you reproduce the bug?
description: Include steps to reproduce the behavior
placeholder: e.g., 1. Go to '...', 2. Click on '....', 3. Scroll down to '...', 4. See error. If applicable, add screenshots to explain the issue.
value:
validations:
required: true
- type: dropdown
id: version
- type: input
id: operating-system
attributes:
label: Version
description: What version of our software are you running?
options:
- 1.0.2 (Default)
- 1.0.3 (Edge)
label: Operating System
placeholder: e.g., Windows 10, iOS
validations:
required: true
- type: dropdown
Expand All @@ -53,10 +51,17 @@ body:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Microsoft Edge
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: input
id: version
attributes:
label: Version
placeholder: e.g., 22
validations:
required: true
- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit f71bec7

Please sign in to comment.