Skip to content

Commit a36f596

Browse files
committed
Merge pull request #381 from rpkilby/patch-1
Add issue_template.md
2 parents 0d01d92 + 5dc50bf commit a36f596

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

issue_template.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--
2+
Thank you for contributing! Please carefully read the following before opening your issue.
3+
4+
Got a question?
5+
===============
6+
The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources:
7+
8+
- Read the docs: http://vuejs.github.io/vue-router/
9+
- Ask in the Gitter chat room: https://gitter.im/vuejs/vue
10+
- Ask on the forums: http://forum.vuejs.org/
11+
- Look for/ask questions on stack overflow: https://stackoverflow.com/questions/ask?tags=vue-router.js
12+
13+
Reporting a bug?
14+
================
15+
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
16+
17+
- 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.
18+
19+
- 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.
20+
21+
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](http://jsfiddle.net/5sH6A/) that already includes the latest version of Vue.
22+
23+
- For bugs that involves build setups, you can create a reproduction repository with steps in the README.
24+
25+
- 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.
26+
27+
Have a feature request?
28+
=======================
29+
Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
30+
-->
31+
32+
<!-- BUG REPORT TEMPLATE -->
33+
### Vue.js & vue-router.js version
34+
1.0.16, 0.7.11
35+
36+
### Reproduction Link
37+
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub reprository that can reproduce the bug. -->
38+
39+
### Steps to reproduce
40+
41+
### What is Expected?
42+
43+
### What is actually happening?

0 commit comments

Comments
 (0)