Skip to content

Commit af78335

Browse files
posvafnlctrl
authored andcommitted
Add contributions templates (#996)
1 parent 1fa4115 commit af78335

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!--
2+
中文用户请注意:
3+
4+
1. issue 只接受带重现的 bug 报告,请不要用来提问题!不符合要求的 issue 会被直接关闭。
5+
2. 请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。
6+
7+
Got a question?
8+
===============
9+
The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources:
10+
11+
- Read the docs: https://vuejs.org/guide/
12+
- Watch video tutorials: https://laracasts.com/series/learning-vue-step-by-step
13+
- Ask in the Gitter chat room: https://gitter.im/vuejs/vue
14+
- Ask on the forums: http://forum.vuejs.org/
15+
- Look for/ask questions on stack overflow: https://stackoverflow.com/questions/ask?tags=vue.js
16+
17+
Reporting a bug?
18+
================
19+
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
20+
21+
- 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.
22+
23+
- 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.
24+
25+
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/9r6xhqbp/) that already includes the latest version of Vue and vue-router
26+
27+
- For bugs that involves build setups, you can create a reproduction repository with steps in the README.
28+
29+
- 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.
30+
31+
Have a feature request?
32+
=======================
33+
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.
34+
-->
35+
36+
<!-- BUG REPORT TEMPLATE -->
37+
### Vue.js / vue-router versions
38+
2.1.2 / 2.1.1
39+
40+
### Reproduction Link
41+
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
42+
<!-- You could start with this template: https://jsfiddle.net/9r6xhqbp/ -->
43+
44+
### Steps to reproduce
45+
46+
### What is Expected?
47+
48+
### What is actually happening?

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--
2+
Please make sure to read the Pull Request Guidelines:
3+
https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines
4+
-->

0 commit comments

Comments
 (0)