Browse Source

typo: fix list orders in CONTRIBUTING.md

Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
pull/289/head
Certseeds 2 years ago
parent
commit
36a61284dc
No known key found for this signature in database GPG Key ID: E4F8A7F95478BFB0
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      CONTRIBUTING.md

+ 6
- 6
CONTRIBUTING.md View File

@ -9,12 +9,12 @@ Please note that this project is released with a Contributor Code of Conduct. By
## Submitting a pull request ## Submitting a pull request
0. Fork and clone the repository 0. Fork and clone the repository
0. Configure and install the dependencies: `script/bootstrap`
0. Make sure the tests pass on your machine: `script/cibuild`
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
0. Pat your self on the back and wait for your pull request to be reviewed and merged.
1. Configure and install the dependencies: `script/bootstrap`
2. Make sure the tests pass on your machine: `script/cibuild`
3. Create a new branch: `git checkout -b my-branch-name`
4. Make your change, add tests, and make sure the tests still pass
5. Push to your fork and submit a pull request
6. 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:


Loading…
Cancel
Save