Skip to content

Commit 782415a

Browse files
committed
Update CONTRIBUTING
1 parent e87cc39 commit 782415a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Please note that this project is released with a [Contributor Code of Conduct][c
1313

1414
## Submitting a pull request
1515

16-
0. [Fork][fork] and clone the repository
17-
0. Configure and install the dependencies: `npm install`
18-
0. Make sure the tests pass on your machine: `npm run test`
19-
0. Create a new branch: `git checkout -b my-branch-name`
20-
0. Make your change, add tests, and make sure the tests still pass
21-
0. Push to your fork and [submit a pull request][pr]
22-
0. Pat your self on the back and wait for your pull request to be reviewed and merged.
16+
1. [Fork][fork] and clone the repository
17+
2. Configure and install the dependencies: `npm install`
18+
3. Make sure the tests pass on your machine: `npm run test`
19+
4. Create a new branch: `git checkout -b my-branch-name`
20+
5. Make your change, add tests, and make sure the tests still pass
21+
6. Push to your fork and [submit a pull request][pr]
22+
7. Pat your self on the back and wait for your pull request to be reviewed and merged.
2323

2424
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
2525

0 commit comments

Comments
 (0)