Skip to content

Commit 28d0638

Browse files
committed
Add template bug.yml
1 parent ed0ea3b commit 28d0638

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Bug Report
2+
description: Report a bug or issue.
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: textarea
7+
id: expected
8+
attributes:
9+
label: Expected Behavior
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: actual
14+
attributes:
15+
label: Actual Behavior
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: steps
20+
attributes:
21+
label: Steps to Reproduce
22+
placeholder: 1. …
23+
validations:
24+
required: true
25+
- type: input
26+
id: version
27+
attributes:
28+
label: Version / Environment
29+
- type: textarea
30+
id: logs
31+
attributes:
32+
label: Logs / Screenshots

0 commit comments

Comments
 (0)