Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharybonagura authored Dec 17, 2024
1 parent 1f69e1c commit 2e37ec1
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Bug report
description: Create a report to help us improve.
title: "[BUG] <description>"
labels: [ bug ]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: "A clear and concise description of what the bug is."
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: "Steps to Reproduce"
description: "Steps to reproduce the behavior:"
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: screenshot
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."
validations:
required: false

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

0 comments on commit 2e37ec1

Please sign in to comment.