Skip to content

Commit 8932c65

Browse files
authored
Add issue template about bug report (#6)
1 parent c4f2d9b commit 8932c65

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Bug Report
2+
description: Use this when the plugin breaks something
3+
labels: bug
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Describe the bug
9+
description: |
10+
Explain both the bug and how to reproduce it.
11+
Also, you can put the error logs on here.
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: expected-behavior
16+
attributes:
17+
label: Expected behavior
18+
description: A clear and concise description of what you expect to happen.
19+
validations:
20+
required: true
21+
- type: input
22+
id: repro-link
23+
attributes:
24+
label: Reproduction link
25+
description: Leave URL of the repository or playground if it exists
26+
- type: input
27+
id: version
28+
attributes:
29+
label: Version
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: config
34+
attributes:
35+
label: Config
36+
description: Paste your plugin options in `next.confing.js` here.
37+
render: javascript
38+
- type: textarea
39+
id: addition
40+
attributes:
41+
label: Additional context
42+
placeholder: Add any other context about the problem here.

0 commit comments

Comments
 (0)