File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 2
2
Please make sure to read the Pull Request Guidelines:
3
3
https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines
4
4
-->
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** :
You can’t perform that action at this time.
0 commit comments