1
- name : 🐛 Bug report
2
- description : Describe a bug with a project
3
1
body :
4
- - type : markdown
5
- attributes :
2
+ - attributes :
6
3
value : |
7
4
Some general tips:
8
5
9
6
* Is this really a problem?
10
7
* Is this a problem here?
11
8
* Can this be solved in a different way?
12
- - type : checkboxes
13
- id : initial-checklist
14
- attributes :
9
+ type : markdown
10
+ - attributes :
15
11
label : Initial checklist
16
12
options :
17
13
- label : I read the [support docs](https://github.com/vfile/.github/blob/main/support.md)
@@ -22,99 +18,99 @@ body:
22
18
required : true
23
19
- label : I searched [issues](https://github.com/search?q=user%3Avfile&type=Issues) and couldn’t find anything (or linked relevant results below)
24
20
required : true
25
- - type : input
26
- id : affected-versions
27
- attributes :
21
+ id : initial-checklist
22
+ type : checkboxes
23
+ - attributes :
24
+ description : |
25
+ Please test using the latest version of the relevant packages to make
26
+ sure your issue has not already been fixed.
28
27
label : Affected packages and versions
29
- description : Please test using the latest version of the relevant packages to make sure your issue has not already been fixed.
28
+ id : affected-versions
29
+ type : input
30
30
validations :
31
31
required : true
32
- - type : input
33
- id : runnable-example
34
- attributes :
35
- label : Link to runnable example
32
+ - attributes :
36
33
description : |
37
34
Link to repository or sandbox with runnable example of the issue.
38
35
Alternatively, use the next section *Steps to reproduce*.
39
-
40
- Some starters:
41
-
42
- | description | codesandbox | stackblitz |
43
- | - | - | - |
44
- | remark only (for markdown to markdown) | [codesandbox](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/remark-with-parcel) | [stackblitz](https://stackblitz.com/github/remarkjs/.github/tree/main/sandbox-templates/remark-with-parcel) |
45
- | remark and rehype (for markdown to html) | [codesandbox](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/remark-rehype-with-parcel) | [stackblitz](https://stackblitz.com/github/remarkjs/.github/tree/main/sandbox-templates/remark-rehype-with-parcel) |
46
- | react-markdown | [codesandbox](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/react-markdown-with-create-react-app) | [stackblitz](https://stackblitz.com/github/remarkjs/.github/tree/main/sandbox-templates/react-markdown-with-create-react-app) |
36
+ label : Link to runnable example
37
+ id : runnable-example
38
+ type : input
47
39
validations :
48
40
required : false
49
- - type : textarea
50
- id : steps-to-reproduce
51
- attributes :
41
+ - attributes :
42
+ description : |
43
+ How did this happen?
44
+ Please provide a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
52
45
label : Steps to reproduce
53
- description : How did this happen? Please provide a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
46
+ id : steps-to-reproduce
47
+ type : textarea
54
48
validations :
55
49
required : true
56
- - type : textarea
57
- id : expected-behavior
58
- attributes :
59
- label : Expected behavior
50
+ - attributes :
60
51
description : What should happen?
52
+ label : Expected behavior
53
+ id : expected-behavior
54
+ type : textarea
61
55
validations :
62
56
required : true
63
- - type : textarea
64
- id : actual-behavior
65
- attributes :
66
- label : Actual behavior
57
+ - attributes :
67
58
description : What happens instead?
59
+ label : Actual behavior
60
+ id : actual-behavior
61
+ type : textarea
68
62
validations :
69
63
required : true
70
- - type : input
71
- id : runtime
72
- attributes :
64
+ - attributes :
73
65
label : Affected runtime and version
74
66
description : |
75
- What runtime are you using (e.g., `[email protected] `, `[email protected] `)?
67
+ What runtime are you using (such as `[email protected] `, `[email protected] `)?
76
68
Please test using the latest version.
69
+ id : runtime
70
+ type : input
77
71
validations :
78
72
required : true
79
- - type : input
80
- id : package-manager
81
- attributes :
82
- label : Affected package manager and version
73
+ - attributes :
83
74
description : |
84
- What package manager are you using (e.g., `[email protected] `)?
75
+ What package manager are you using (such as `[email protected] `)?
85
76
Please test using the latest version.
77
+ label : Affected package manager and version
78
+ id : package-manager
79
+ type : input
86
80
validations :
87
81
required : false
88
- - type : input
89
- id : operating-system
90
- attributes :
91
- label : Affected OS and version
82
+ - attributes :
92
83
description : |
93
- What operating system are you using (e.g., `macOS Monterey 12.4`)?
84
+ What operating system are you using (such as `macOS Monterey 12.4`)?
94
85
Please test using the latest version.
86
+ label : Affected OS and version
87
+ id : operating-system
88
+ type : input
95
89
validations :
96
90
required : false
97
- - type : dropdown
98
- id : build-tools
99
- attributes :
100
- label : Build and bundle tools
91
+ - attributes :
101
92
description : |
102
93
What, if any, tools are used to build or bundle the project?
103
94
Please test using the latest version.
95
+ label : Build and bundle tools
104
96
multiple : true
105
97
options :
106
- - webpack
107
- - Rollup
108
- - esbuild
109
- - swc
110
- - Parcel
111
- - CRA (Create React App)
112
- - Vite
113
- - Next.js
114
- - Remix
115
98
- Astro
99
+ - CRA (Create React App)
116
100
- Docusaurus
117
101
- Gatsby
118
- - Other (please specify in steps to reproduce)
102
+ - Next.js
103
+ - Parcel
104
+ - Remix
105
+ - Rollup
106
+ - Vite
107
+ - esbuild
108
+ - swc
109
+ - webpack
110
+ - other (please specify in steps to reproduce)
111
+ id : build-tools
112
+ type : dropdown
119
113
validations :
120
114
required : false
115
+ description : Describe a bug with a project
116
+ name : 🐛 Bug report
0 commit comments