Skip to content

Commit 6cb2611

Browse files
committed
Convert bug report issue template to yaml
1 parent 45da321 commit 6cb2611

File tree

2 files changed

+52
-30
lines changed

2 files changed

+52
-30
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: Bug report
3+
description: File a bug report
4+
title: '[Bug]: '
5+
labels: bug
6+
assignees:
7+
- GreenImp
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this bug report!
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Description
17+
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. If you intend to submit a PR for this issue, tell us in the description. Thanks!
18+
- type: markdown
19+
attributes:
20+
value: "## Environment"
21+
- type: input
22+
id: library_version
23+
attributes:
24+
label: Dice Roller version
25+
description: Which version of the dice roller are you using?
26+
placeholder: e.g. v5.3.0
27+
validations:
28+
required: true
29+
- type: dropdown
30+
id: library_type
31+
attributes:
32+
label: Bundle type
33+
description: Are you using ES modules (`import`), UMD / CommonJS (`require`), or browser (`<link ...>`)?
34+
options:
35+
- ESM
36+
- UMD
37+
- Browser
38+
validations:
39+
required: true
40+
- type: input
41+
id: node_version
42+
attributes:
43+
label: Node version
44+
description: Which version of the node are you running it on
45+
placeholder: e.g. v18
46+
- type: input
47+
id: browser
48+
attributes:
49+
label: Browser name and version
50+
description: If applicable, which browser and version are yuo using?
51+
placeholder: e.g. Firefox v130
52+
---

0 commit comments

Comments
 (0)