Skip to content

Commit

Permalink
Contributing guide. (vuejs#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigomir authored and yyx990803 committed Apr 26, 2016
1 parent e78d053 commit 1eea85e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# vue-cli contributing guide

## Issue Reporting Guidelines

- First identify where error is coming from. If it's occuring while running `vue` command then issue is indeed on
`vue-cli` so please report it here. If error appears when you run one of `npm run` scripts, problem originates
from a template you're using, [maybe one of the offical ones](https://github.com/vuejs-templates). If so, please
open an issue on a template repository.

- Try to search for your issue, it may have already been answered or even fixed in the development branch.

## Development Setup

``` bash
npm install
bin/vue init <path-to-github-repo OR path-to-local-dir>
bin/vue list
```

0 comments on commit 1eea85e

Please sign in to comment.