Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Oct 4, 2023
1 parent f7d9ea1 commit bbbee3e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,8 @@ Local Development
black....................................................................Passed
isort....................................................................Passed
flake8...................................................................Passed
mypy.....................................................................Passed

11. Commit your changes::
10. Commit your changes::

$ git add .
$ git commit -m <Your detailed description of your changes>
Expand All @@ -191,16 +190,16 @@ Local Development
isort....................................................................Passed
flake8...................................................................Passed

12. Make sure pre-commit QA checks pass. Otherwise, fix any caught issues.
11. Make sure pre-commit QA checks pass. Otherwise, fix any caught issues.

- Most of the tools fix issues automatically so you just need to re-stage the files.
- flake8 and mypy issues must be fixed automatically.

13. Push changes::
12. Push changes::

$ git push origin <BRANCH-NAME>

14. Submit a pull request through the GitHub website.
13. Submit a pull request through the GitHub website.


Pull Request Guidelines
Expand Down

0 comments on commit bbbee3e

Please sign in to comment.