Skip to content

Commit

Permalink
Update BUG-TEMPLATE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tdlowden authored Jan 18, 2024
1 parent 862be13 commit 7a0d19f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "

labels: ["bug"]
assignees:

body:
- type: markdown
attributes:
value: |
Please use this form to file new bugs! Add screenshots to the comments of this initial form.
- type: input
id: contact
attributes:
Expand All @@ -16,6 +18,7 @@ body:
placeholder: ex. [email protected]
validations:
required: false

- type: textarea
id: what-happened
attributes:
Expand All @@ -25,13 +28,15 @@ body:
value: "A bug happened!"
validations:
required: true

- type: textarea
id: page
attributes:
label: What pages did this appear on?
description: please include URLs of where you saw the bug
validations:
required: true

- type: dropdown
id: browsers
attributes:
Expand All @@ -42,6 +47,7 @@ body:
- Chrome
- Safari
- Microsoft Edge

- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit 7a0d19f

Please sign in to comment.