Skip to content

Commit 0270f9a

Browse files
authored
docs: add bug report template
1 parent 8f9ce75 commit 0270f9a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.

0 commit comments

Comments
 (0)