You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Vue.js Contributing Guide
2
2
3
-
Hi! I'm really excited that you are interested in contributing to Vue.js. Before submitting a pull request though, please make sure to take a moment and read through the following guidelines.
3
+
Hi! I’m really excited that you are interested in contributing to Vue.js. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.
4
+
5
+
## Issue Reporting Checklist
6
+
7
+
- Make sure that you are using the latest version of Vue.
8
+
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
9
+
- It is recommended that you make a JSFiddle to reproduce your issue. You could start with [this template](http://jsfiddle.net/5sH6A/) that already includes the latest version of Vue.
10
+
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
4
11
5
12
## Pull Request Checklist
6
13
@@ -36,7 +43,7 @@ var a = superLongConditionalStatement
36
43
You will need [Node](http://nodejs.org), [Grunt](http://gruntjs.com), [PhantomJS](http://phantomjs.org) and [CasperJS](http://casperjs.org).
37
44
38
45
```bash
39
-
# in case you don't already it:
46
+
# in case you don’t already it:
40
47
# npm install -g grunt-cli
41
48
$ npm install
42
49
```
@@ -62,7 +69,7 @@ $ grunt build
62
69
To test:
63
70
64
71
```bash
65
-
# if you don't have these yet:
72
+
# if you don’t have these yet:
66
73
# npm install -g phantomjs casperjs
67
74
$ grunt test
68
75
```
@@ -71,4 +78,4 @@ The unit tests are written with Mocha + Chai and run with Karma. The functional
71
78
72
79
**If you are not using a Mac**
73
80
74
-
You can modify the Gruntfile to only run Karma tests in browsers that are available on your system. Just make sure don't check in the Gruntfile for the commit.
81
+
You can modify the Gruntfile to only run Karma tests in browsers that are available on your system. Just make sure don’t check in the Gruntfile for the commit.
0 commit comments