Skip to content

Commit 5e3054a

Browse files
authored
chore: add issue templates
1 parent 9bf1b4f commit 5e3054a

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[Bug report]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please fill in relevant information as much as possible. That would be helpful to locate the problem and save us each other's time -->
11+
12+
<!-- If some fields are irrelevant or you are not sure, remove it or mark it as "not related" / not sure" -->
13+
14+
<!-- If you don't follow the template and not providing valid infomation, we'll close your issue without further reply -->
15+
16+
## Bug report
17+
18+
### Description
19+
20+
<!-- A clear and concise description of what the bug is. -->
21+
22+
### Steps to reproduce
23+
24+
<!-- Steps to reproduce the behavior -->
25+
26+
- Reproduction link / repo:
27+
28+
### Expected behavior
29+
30+
<!-- A clear and concise description of what you expected to happen. -->
31+
32+
### Screenshots
33+
34+
<!-- If applicable, add screenshots to help explain your problem. -->
35+
36+
### Environment info
37+
38+
- Browser:
39+
- Output of `vuepress info`:
40+
41+
```sh
42+
# Paste output of `vuepress info` here
43+
```
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Feature request]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Feature request
11+
12+
### Description
13+
14+
<!-- Is your feature request related to a problem? Please describe. This should be a clear and concise description of what the problem is. -->
15+
16+
### Proposed Solution
17+
18+
<!-- Describe the solution you'd like. This should be a clear and concise description of what you want to happen -->

0 commit comments

Comments
 (0)