Skip to content

Commit b2eab59

Browse files
Update CONTRIBUTING.md
Co-authored-by: Chad <[email protected]>
1 parent ef0294b commit b2eab59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Work in Progress pull requests are also welcome to get feedback early on, or if
2020
## Submitting a pull request
2121

2222
1. [Fork][fork] and clone the repository.
23-
1. Create a new branch: `git checkout -b my-branch-name`.
24-
1. Configure and install the dependencies: `poetry install`.
25-
1. Make sure the tests pass on your machine: `make install & make tests`
26-
1. Make your change, add tests, and make sure the tests still pass.
27-
1. Push to your fork and [submit a pull request][pr] and complete the information in the pull request template.
23+
2. Create a new branch: `git checkout -b my-branch-name`.
24+
3. Configure and install the dependencies: `poetry install`.
25+
4. Make sure the tests pass on your machine: `make install & make tests`
26+
5. Make your change, add tests, and make sure the tests still pass.
27+
6. Push to your fork and [submit a pull request][pr] and complete the information in the pull request template.
2828

2929
## Linting requirements
3030

0 commit comments

Comments
 (0)