From 0fd07c785b863c2e74d4c02b1286a6efd433ce83 Mon Sep 17 00:00:00 2001 From: Peter Han Date: Thu, 10 Aug 2023 22:48:10 -0700 Subject: [PATCH] docs: minor documentation update (#93) --- CONTRIBUTING.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d35f6d..f986d61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,11 +14,12 @@ Please note that this project is released with a [Contributor Code of Conduct][c 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. +3. Build the source code: `npm run build` +4. Make sure the tests pass on your machine: `npm run test` +5. Create a new branch: `git checkout -b my-branch-name` +6. Make your change, add tests, and make sure the tests still pass +7. Push to your fork and [submit a pull request][pr] +8. 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: