File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Please note that this project is released with a [Contributor Code of Conduct][c
13
13
14
14
## Submitting a pull request
15
15
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.
23
23
24
24
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
25
25
You can’t perform that action at this time.
0 commit comments