Skip to content

Commit

Permalink
Create bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerClassN7 authored May 24, 2024
1 parent ee86b8c commit 6440906
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Bug Report
description: Create a report to help us fix bugs
labels: [":bug: Bug"]
body:
- type: textarea
id: description
attributes:
label: Describe the Bug
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
placeholder:
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behaviour
validations:
required: true
- type: input
id: version
attributes:
label: Version
placeholder: (eg. 1.0.0.0)
validations:
required: true

0 comments on commit 6440906

Please sign in to comment.