Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsky authored Sep 4, 2017
1 parent c40aac4 commit 4b1dae2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ We accept contributions via Pull Requests on [Github](https://github.com/artemsk

- **Keep the same style** - make sure eslint passing

- **Tip** to pass lint tests easier use the `npm run lint:fix` command

- **Add tests!** - Your patch won't be accepted if it doesn't have tests.

- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
Expand All @@ -24,12 +22,10 @@ We accept contributions via Pull Requests on [Github](https://github.com/artemsk
- **Send coherent history** - Make sure your commits message means something


## Running Tests

Launch visual tests and watch the components at the same time
## Running Demo App

``` bash
$ npm run dev
$ npm run start
```


Expand Down

0 comments on commit 4b1dae2

Please sign in to comment.