Skip to content

Commit

Permalink
doc: improve contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
BDav24 committed Oct 25, 2017
1 parent d676ff7 commit 6cb1a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -995,10 +995,10 @@ $ git clone git@github.com:[YOUR_USERNAME]/notifme-sdk.git && cd notifme-sdk
$ yarn install
```
Before making a [pull request](https://help.github.com/articles/creating-a-pull-request/), check that the code respects the [Standard JS rules](https://standardjs.com/) and the [Flow type checker](https://flow.org/).
Before making a [pull request](https://help.github.com/articles/creating-a-pull-request/), check that the code passes all the unit tests, respects the [Standard JS rules](https://standardjs.com/), and the [Flow type checker](https://flow.org/).
```shell
$ yarn run lint
$ yarn run test
```
### Next for this project
Expand Down

0 comments on commit 6cb1a0d

Please sign in to comment.