Skip to content

Commit dd6869b

Browse files
authored
chore: add issue templates
1 parent 0261a4a commit dd6869b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Bug report
2+
description: File a bug
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
attributes: { label: What happened?, placeholder: Steps to reproduce… }
7+
validations: { required: true }

0 commit comments

Comments
 (0)