File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ ** Expected behavior**
14
+ A clear and concise description of what you expected to happen.
15
+
16
+ ** Plugin configuration**
17
+ Your configuration of this plugin.
18
+
19
+ ** Project structure**
20
+ If applicable, add a minimal reproducible project structure generated by the ` tree ` cmd like the one below.
21
+
22
+ ``` sh
23
+ .
24
+ ├── create_folder_file.sh
25
+ ├── kebab-case
26
+ │ ├── __tests__
27
+ │ │ ├── b.js
28
+ │ │ └── test.js
29
+ │ └── index.js
30
+ ├── package-lock.json
31
+ ├── package.json
32
+ └── src
33
+ └── kebab-case
34
+ └── index.js
35
+ ```
36
+
37
+ ** Desktop (please complete the following information):**
38
+ - OS: [ e.g. macOS]
39
+
40
+ ** Additional context**
41
+ Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments