10000 add issue template · lrenc/vue@6d85660 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d85660

Browse files
committed
add issue template
1 parent 0ef3907 commit 6d85660

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CONTRIBUTING.md

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

1313
- 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.
1414

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.
15+
- 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.
16+
17+
- For bugs that involves build setups, you can create a reproduction repository with steps in the README.
1618

1719
- 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.
1820

issue_template.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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: https://github.com/reactjs/react-router/tree/latest/docs
9+
- Watch video tutorials: https://laracasts.com/series/learning-vue-step-by-step
10+
- Ask in the Gitter chat room: https://gitter.im/vuejs/vue
11+
- Ask on the forums: http://forum.vuejs.org/
12+
- Look for/ask questions on stack overflow: https://stackoverflow.com/questions/ask?tags=vue.js
13+
14+
Reporting a bug?
15+
================
16+
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
17+
18+
- 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.
19+
20+
- 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.
21+
22+
- 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.
23+
24+
- For bugs that involves build setups, you can create a reproduction repository with steps in the README.
25+
26+
- 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.
27+
28+
Have a feature request?
29+
=======================
30+
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.
31+
-->
32+
33+
<!-- BUG REPORT TEMPLATE -->
34+
### Vue.js version
35+
1.0.16
36+
37+
### Reproduction Link
38+
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub reprository that can reproduce the bug. -->
39+
40+
### Steps to reproduce
41+
42+
### What is Expected?
43+
44+
### What is actually happening?

0 commit comments

Comments
 (0)
0