diff --git a/.github/contributing.md b/.github/contributing.md index eb9a0982..0a610a88 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -7,6 +7,8 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before - [Pull Request Guidelines](#pull-request-guidelines) - [Development Setup](#development-setup) - [Project Structure](#project-structure) +- [Contributing Tests](#contributing-tests) +- [Financial Contribution](#financial-contribution) ## Issue Reporting Guidelines diff --git a/README.md b/README.md new file mode 100644 index 00000000..71841f56 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# vue-next [![CircleCI](https://circleci.com/gh/vuejs/vue-next.svg?style=svg&circle-token=fb883a2d0a73df46e80b2e79fd430959d8f2b488)](https://circleci.com/gh/vuejs/vue-next) + +> Status: pre-alpha. + +## Contribution + +See [Contributing Guide](https://github.com/vuejs/vue-next/blob/master/.github/contributing.md).