Skip to content

Commit b1176e4

Browse files
authoredSep 16, 2020
docs: create contribution guideline
1 parent 7f17ca6 commit b1176e4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
 

‎.github/CONTRIBUTING.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing to Vue Class Component
2+
3+
Thank you for contributing to Vue Class Component! To manage the process smoothly, please take a look at the following points.
4+
5+
## Issue Reporting
6+
7+
Please make sure that your issue is either a **bug report** or **feature request**. The other kinds of issue will be closed immediately. For usage questions,
8+
please use [Stack Overflow](https://stackoverflow.com/), [the official Vue.js forum](https://forum.vuejs.org), [the official Discord server](https://chat.vuejs.org), etc.
9+
10+
Also, please try searching existing issue before creating a new one. Your issue may exist already in an old thread.
11+
12+
### Bug Report
13+
14+
Please **make sure to provide [minimal and self-contained reproduction](https://new-issue.vuejs.org/?repo=vuejs/vue#why-repro)**.
15+
A bug report without a proper reproduction may be closed immediately.
16+
17+
To create a reproduction, you can use on-browser playground such as JSFiddle ([template for Vue Class Component](https://jsfiddle.net/ktsn/nm55jnjk/))
18+
or create a GitHub repository and share its link.
19+
20+
Please also clarify the expected behavior, actual behavior and steps to reproduce the bug to confirm it precisely.
21+
22+
### Feature Request
23+
24+
For feature request, please make sure to clarify **the use case** that you want to solve.
25+
Explaining it with actual code example or pseudo code would be useful to share your idea.
26+
27+
## Pull Request
28+
29+
Please do not commit the files under `dist/`. They are supporsed to be generated during the releasing process.

0 commit comments

Comments
 (0)
Please sign in to comment.