Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter authored May 2, 2024
1 parent 9c587c9 commit 36994d9
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bug Report
description: Create a report to help us improve the website.
title: "[BUG] "
labels: ["type: bug"]
assignees: []

body:
- type: markdown
attributes:
value: "## Describe the Bug\nA clear and concise description of what the bug is."

- type: textarea
id: steps-to-reproduce
attributes:
label: "To Reproduce"
description: "Steps to reproduce the behavior:"
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
value: ""
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: "Expected Behavior"
description: "A clear and concise description of what you expected to happen."
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."

- type: dropdown
id: device
attributes:
label: "Device"
options:
- Desktop
- Smartphone
validations:
required: true

- type: input
id: os
attributes:
label: "Operating System"
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context about the problem here."

0 comments on commit 36994d9

Please sign in to comment.