From: Evan You Date: Sun, 25 Aug 2019 02:37:05 +0000 (-0400) Subject: chore: basic readme X-Git-Tag: v3.0.0-alpha.0~885 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b15569d03bee142fb3b452d6d1ee85d069c9f55d;p=thirdparty%2Fvuejs%2Fcore.git chore: basic readme --- diff --git a/.github/contributing.md b/.github/contributing.md index eb9a09823e..0a610a88d3 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 0000000000..71841f56b6 --- /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).