Skip to content

Commit

Permalink
fix: Split contributing guide into separate file (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjscott authored Jan 19, 2019
1 parent cb089a1 commit 3427bdf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 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:
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,4 @@ 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:
See [CONTRIBUTING.md](https://github.com/ScottyFillups/simple-thumbnail/blob/master/CONTRIBUTING.md).

0 comments on commit 3427bdf

Please sign in to comment.