Update CONTRIBUTING

This commit is contained in:
Thomas Hughes 2019-09-25 12:15:47 -05:00
parent e87cc39944
commit 782415ab55
No known key found for this signature in database
GPG Key ID: B2D8646423EF5814

View File

@ -13,13 +13,13 @@ Please note that this project is released with a [Contributor Code of Conduct][c
## Submitting a pull request ## Submitting a pull request
0. [Fork][fork] and clone the repository 1. [Fork][fork] and clone the repository
0. Configure and install the dependencies: `npm install` 2. Configure and install the dependencies: `npm install`
0. Make sure the tests pass on your machine: `npm run test` 3. Make sure the tests pass on your machine: `npm run test`
0. Create a new branch: `git checkout -b my-branch-name` 4. Create a new branch: `git checkout -b my-branch-name`
0. Make your change, add tests, and make sure the tests still pass 5. Make your change, add tests, and make sure the tests still pass
0. Push to your fork and [submit a pull request][pr] 6. Push to your fork and [submit a pull request][pr]
0. Pat your self on the back and wait for your pull request to be reviewed and merged. 7. Pat your self on the back and wait for your pull request to be reviewed and merged.
Here are a few things you can do that will increase the likelihood of your pull request being accepted: Here are a few things you can do that will increase the likelihood of your pull request being accepted: