From b15569d03bee142fb3b452d6d1ee85d069c9f55d Mon Sep 17 00:00:00 2001 From: Evan You Date: Sat, 24 Aug 2019 22:37:05 -0400 Subject: [PATCH] chore: basic readme --- .github/contributing.md | 2 ++ README.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 README.md 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). -- 2.47.3