Skip to content

Commit abb1849

Browse files
committed
workflow: update issue templates
1 parent a5f235b commit abb1849

File tree

3 files changed

+54
-12
lines changed

3 files changed

+54
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
<!-- Please don't delete this template or we'll close your issue -->
8+
<!-- Before creating an issue please make sure you are using the latest version of VuePress. -->
9+
10+
## Bug report
11+
12+
<!-- Please ask questions on StackOverflow. -->
13+
<!-- https://stackoverflow.com/questions/ask?tags=vuepress -->
14+
<!-- Issues which contain questions or support requests will be closed. -->
15+
16+
#### Version
17+
18+
#### Steps to reproduce
19+
20+
<!-- You should provide a reproduction repository. That takes guessing work out of the way and saves us time -->
21+
22+
#### What is expected?
23+
24+
#### What is actually happening?
25+
26+
#### Other relevant information
27+
28+
- Your OS:
29+
- Node.js version:
30+
- Browser version:
31+
- Is this a global or local install?
32+
- Which package manager did you use for the install?
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!-- Please don't delete this template or we'll close your issue -->
8+
<!-- Before creating an issue please make sure you are using the latest version of VuePress. -->
9+
10+
## Feature request
11+
12+
<!-- Please ask questions on StackOverflow. -->
13+
<!-- https://stackoverflow.com/questions/ask?tags=vuepress -->
14+
<!-- Issues which contain questions or support requests will be closed. -->
15+
16+
#### What problem does this feature solve?
17+
18+
#### What does the proposed API look like?
19+
20+
#### How should this be implemented in your opinion?
21+
22+
#### Are you willing to work on this yourself?**

.github/issue_template.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)