Skip to content

Commit 3e8de4c

Browse files
committed
chore(repo-health): add issue template
1 parent 1991a65 commit 3e8de4c

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Bug report
2+
description: Report a reproducible issue
3+
title: "[Bug]: "
4+
labels:
5+
- bug
6+
body:
7+
- type: textarea
8+
id: summary
9+
attributes:
10+
label: Summary
11+
description: What happened and what did you expect?
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: steps
16+
attributes:
17+
label: Steps to Reproduce
18+
description: Include exact steps, inputs, and environment.
19+
placeholder: |
20+
1. Go to ...
21+
2. Run ...
22+
3. Observe ...
23+
validations:
24+
required: true
25+
- type: input
26+
id: version
27+
attributes:
28+
label: Version/Commit
29+
description: Affected version, tag, or commit SHA.

0 commit comments

Comments
 (0)