Skip to content

Commit 46c3866

Browse files
caioincauyyx990803
authored andcommitted
Issue template example (#5073)
1 parent d7287f4 commit 46c3866

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,39 @@
22
Please make sure to read the Pull Request Guidelines:
33
https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines
44
-->
5+
6+
<!-- ISSUE TEMPLATE -->
7+
**Please check if the PR fulfills these requirements**
8+
- [ ] Do not submit PRs against the master branch.
9+
- [ ] Checkout a topic branch from the relevant branch, e.g. dev, and merge back against that branch.
10+
- [ ] The tests are running: https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#development-setup
11+
12+
If adding new feature:
13+
- [ ] Added accompanying test case.
14+
- [ ] In the commit message, provide convincing reason to add this feature.
15+
Ideally you should open a suggestion issue first and have it greenlighted before working on it.
16+
17+
If fixing a bug:
18+
- [ ] If you are resolving a special issue, add (fix #xxxx[,#xxx]) (#xxxx is the issue id) in your PR title
19+
- [ ] Provide detailed description of the bug in the PR. Live demo preferred.
20+
- [ ] Add appropriate test coverage if applicable.
21+
22+
**What kind of change does this PR introduce?** (check at least one with "x")
23+
```
24+
[ ] Bugfix
25+
[ ] Feature
26+
[ ] Code style update
27+
[ ] Refactoring
28+
[ ] Build related changes
29+
[ ] Other... Please describe:
30+
```
31+
32+
**Does this PR introduce a breaking change?** (check one with "x")
33+
```
34+
[ ] Yes
35+
[ ] No
36+
```
37+
38+
If this PR contains a breaking change, please describe the impact and migration path for existing applications:
39+
40+
**Other information**:

0 commit comments

Comments
 (0)