Skip to content

Commit d9a6150

Browse files
committed
coc and issue template
1 parent a49a739 commit d9a6150

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributor Code of Conduct
2+
3+
As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4+
5+
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
6+
7+
Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8+
9+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10+
11+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12+
13+
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)

issue_template.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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: http://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](http://jsfiddle.net/5sH6A/) that already includes the latest version of Vue.
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 version
38+
2.0.0-rc.1
39+
40+
### Reproduction Link
41+
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
42+
43+
### Steps to reproduce
44+
45+
### What is Expected?
46+
47+
### What is actually happening?

0 commit comments

Comments
 (0)