Skip to content

Commit

Permalink
feat: add bug.yml (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindhuinti committed Apr 14, 2023
1 parent 6928716 commit 62e5a2d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 🐛 Bug
description: Report an issue to help improve the project.
title: "[BUG] <description>"
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
validations:
required: false
- type: textarea
id: additional-information
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: false

0 comments on commit 62e5a2d

Please sign in to comment.