Create bug_report.yml

Creating a bug template for incoming issues
This commit is contained in:
Yasir Modak 2025-05-21 11:29:40 -07:00 committed by GitHub
parent 71e5e9da42
commit 0d255cff96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Bug report
description: Use this template to report bugs
labels: ["type:bug"]
body:
- type: markdown
attributes:
value: >
- type: textarea
id: description
attributes:
label: >
Description of the bug:
- type: textarea
id: behavior
attributes:
label: >
Actual vs expected behavior:
- type: textarea
id: info
attributes:
label: >
Any other information you'd like to share?