Skip to content

Commit 6fb4da4

Browse files
committed
Add a "How to Contribute" page
1 parent b31f691 commit 6fb4da4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

How to Contribute.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
# Contributing to Vue CLI
3+
4+
There are many ways to contribute to the Vue CLI project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
5+
6+
After cloning and building the repo, check out the [issues list](https://github.com/vuejs/vue-cli/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue).
7+
* Issues labeled [`contribution welcome`](https://github.com/vuejs/vue-cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22contribution+welcome%22) or [`help wanted`](https://github.com/vuejs/vue-cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) are good issues to submit a PR for.
8+
* Issues labeled [`good first issue`](https://github.com/vuejs/vue-cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) are great candidates to pick up if you are in the code for the first time.
9+
* If you are contributing significant changes, please discuss with the assignee of the issue first before starting to work on the issue.

_Sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
**Contributing**
88
* [Contributor Code of Conduct](https://github.com/vuejs/vue/wiki/Contributor-Code-of-Conduct)
9+
* [[How to Contribute]]
910

1011
**Documentation**
1112
* [Guide](https://cli.vuejs.org/guide/)

0 commit comments

Comments
 (0)