Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit dae80cb

Browse files
committedJun 23, 2019
workflow: add issue pull request template
1 parent f629539 commit dae80cb

File tree

3 files changed

+109
-0
lines changed

3 files changed

+109
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
<!-- Please don't delete this template or we'll close your issue -->
7+
<!-- Before creating an issue please make sure you are using the latest version of VuePress. -->
8+
9+
<!-- Please confirm you will submit an issue. -->
10+
<!-- Issues which contain questions or support requests will be closed. -->
11+
<!-- (Update "[ ]" to "[x]" to check a box) -->
12+
13+
- [ ] I confirm that this is an issue rather than a question.
14+
15+
<!-- Please ask questions via following several ways. -->
16+
<!-- https://vue-land.js.org/ -->
17+
<!-- https://forum.vuejs.org/ -->
18+
<!-- https://stackoverflow.com/questions/ask?tags=vuepress -->
19+
20+
## Bug report
21+
22+
#### Steps to reproduce
23+
24+
<!-- Please choose one of the following and and fill in the information. -->
25+
<!-- (Update "[ ]" to "[x]" to check a box) -->
26+
27+
<!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. -->
28+
<!-- If your repo isn't public, you can use `codesandbox` or `yarn create vuepress` to create a minimal reproduction -->
29+
30+
- [ ] I prepared a reproduction repo, here is the reproduction repo:
31+
32+
- [ ] This issue doesn't need a reproduction repro, here is the steps to reproduce
33+
34+
#### What is expected?
35+
36+
#### What is actually happening?
37+
38+
#### Other relevant information
39+
40+
- `npx vuepress info`:
+22
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/PULL_REQUEST_TEMPLATE.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!-- Please don't delete this template -->
2+
3+
<!-- PULL REQUEST TEMPLATE -->
4+
<!-- (Update "[ ]" to "[x]" to check a box) -->
5+
6+
**Summary**
7+
8+
**What kind of change does this PR introduce?** (check at least one)
9+
10+
- [ ] Bugfix
11+
- [ ] Feature
12+
- [ ] Code style update
13+
- [ ] Refactor
14+
- [ ] Docs
15+
- [ ] Build-related changes
16+
- [ ] Other, please describe:
17+
18+
If changing the UI of default theme, please provide the **before/after** screenshot:
19+
20+
**Does this PR introduce a breaking change?** (check one)
21+
22+
- [ ] Yes
23+
- [ ] No
24+
25+
If yes, please describe the impact and migration path for existing applications:
26+
27+
**The PR fulfills these requirements:**
28+
29+
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number)
30+
31+
You have tested in the following browsers: (Providing a detailed version will be better.)
32+
33+
- [ ] Chrome
34+
- [ ] Firefox
35+
- [ ] Safari
36+
- [ ] Edge
37+
- [ ] IE
38+
39+
If adding a **new feature**, the PR's description includes:
40+
41+
- [ ] A convincing reason for adding this feature
42+
- [ ] Related documents have been updated
43+
- [ ] Related tests have been updated
44+
45+
To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it.
46+
47+
**Other information:**

0 commit comments

Comments
 (0)