Skip to content

Commit

Permalink
feat: Create issue template for bug reports.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Parman <[email protected]>
  • Loading branch information
skyzyx authored Oct 20, 2023
1 parent 280dc21 commit edd5210
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees:
- skyzyx
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true

0 comments on commit edd5210

Please sign in to comment.