From 782415ab555aef7ac3bd946a08a151e0fcb228de Mon Sep 17 00:00:00 2001 From: Thomas Hughes Date: Wed, 25 Sep 2019 12:15:47 -0500 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fc9ef2..9a1c345 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,13 +13,13 @@ Please note that this project is released with a [Contributor Code of Conduct][c ## Submitting a pull request -0. [Fork][fork] and clone the repository -0. Configure and install the dependencies: `npm install` -0. Make sure the tests pass on your machine: `npm run test` -0. Create a new branch: `git checkout -b my-branch-name` -0. Make your change, add tests, and make sure the tests still pass -0. 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. +1. [Fork][fork] and clone the repository +2. Configure and install the dependencies: `npm install` +3. Make sure the tests pass on your machine: `npm run test` +4. Create a new branch: `git checkout -b my-branch-name` +5. Make your change, add tests, and make sure the tests still pass +6. Push to your fork and [submit a pull request][pr] +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: