Skip to content

Commit 5f55ecb

Browse files
committed
update links for the forum
1 parent 431563f commit 5f55ecb

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,34 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
44

55
## Issue Reporting Guidelines
66

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+
89
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
10+
911
- 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+
1013
- 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+
1115
- 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+
1217
- 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.
1318

1419
## Pull Request Guidelines
1520

1621
- Checkout a topic branch from `dev` and merge back against `dev`.
22+
1723
- Work in the `src` folder and **DO NOT** checkin `dist` in the commits.
24+
1825
- Squash the commit if there are too many small ones.
26+
1927
- Follow the [code style](#code-style).
28+
2029
- Make sure the default grunt task passes. (see [development setup](#development-setup))
30+
2131
- If adding new feature:
2232
- Add accompanying test case.
2333
- Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.
34+
2435
- If fixing a bug:
2536
- Provide detailed description of the bug in the PR. Live demo preferred.
2637
- Add appropriate test coverage if applicable.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/
2323

2424
## Questions
2525

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.
2727

2828
## Issues
2929

examples/todomvc/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Here are some links you may find helpful:
1717

1818
Get help from other Vue.js users:
1919

20+
* [Vue.js official forum](http://forum.vuejs.org)
2021
* [Vue.js on Twitter](https://twitter.com/vuejs)
2122
* [Vue.js on Gitter](https://gitter.im/yyx990803/vue)
22-
* [Vue.js discussion repo](https://github.com/vuejs/Discussion/issues)
2323

2424
_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)._
2525

2626
## Credit
2727

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

Comments
 (0)