File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments