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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,34 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
4
4
5
5
## Issue Reporting Guidelines
6
6
7
-
- The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use either [Gitter](https://gitter.im/yyx990803/vue) or [vuejs/Discussion](https://github.com/vuejs/Discussion/issues).
7
+
- The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use either [Gitter](https://gitter.im/yyx990803/vue) or [the official forum](http://forum.vuejs.org/).
8
+
8
9
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
10
+
9
11
- Check if the issue is reproducible with the latest stable version of Vue. If you are using a pre-release, please indicate the specific version you are using.
12
+
10
13
- It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed.
14
+
11
15
- It is recommended that you make a JSFiddle to demonstrate your issue. You could start with [this template](http://jsfiddle.net/5sH6A/) that already includes the latest version of Vue.
16
+
12
17
- 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.
13
18
14
19
## Pull Request Guidelines
15
20
16
21
- Checkout a topic branch from `dev` and merge back against `dev`.
22
+
17
23
- Work in the `src` folder and **DO NOT** checkin `dist` in the commits.
24
+
18
25
- Squash the commit if there are too many small ones.
26
+
19
27
- Follow the [code style](#code-style).
28
+
20
29
- Make sure the default grunt task passes. (see [development setup](#development-setup))
30
+
21
31
- If adding new feature:
22
32
- Add accompanying test case.
23
33
- Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.
34
+
24
35
- If fixing a bug:
25
36
- Provide detailed description of the bug in the PR. Live demo preferred.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/
23
23
24
24
## Questions
25
25
26
-
For questions and support please use the [Gitter chat room](https://gitter.im/yyx990803/vue) or submit issues at [vuejs/Discussion](https://github.com/vuejs/Discussion/issues). The issue list of this repo is **exclusively** for bug reports and feature requests.
26
+
For questions and support please use the [Gitter chat room](https://gitter.im/yyx990803/vue) or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.
_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._
25
25
26
26
## Credit
27
27
28
-
This TodoMVC application was created by [Evan You](http://evanyou.me).
28
+
This TodoMVC application was created by [Evan You](http://evanyou.me).
0 commit comments