Skip to content

Commit

Permalink
fix: Add contributing section in README (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjscott committed Jan 5, 2019
1 parent 49c8991 commit 357a6d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,19 @@ Seeks the video to the provided time. The time must be in the following form: `h
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.

Contributions of any kind are welcome!

## Contributing

* Make sure your changes pass the unit tests!
* To run the tests locally, run:

```js
npm install
npm run test
```

* We use the [Standard](https://standardjs.com/) style guide
* Run `npm run fix` to automatically format code to comply with the style guide
* Don't feel pressured to code in Standard! Just run `npm run fix`
* When adding a new feature, please add a unit test in `/test/test.js`
* If you have any suggestions regarding our workflow, please feel free to open an issue :smile:

0 comments on commit 357a6d4

Please sign in to comment.