]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: basic readme
authorEvan You <yyx990803@gmail.com>
Sun, 25 Aug 2019 02:37:05 +0000 (22:37 -0400)
committerEvan You <yyx990803@gmail.com>
Sun, 25 Aug 2019 02:37:05 +0000 (22:37 -0400)
.github/contributing.md
README.md [new file with mode: 0644]

index eb9a09823e938582ebb36d2c662b7b0373ef94e7..0a610a88d39d881639cefce25d207df65231e120 100644 (file)
@@ -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 (file)
index 0000000..71841f5
--- /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).