Skip to content

Commit

Permalink
update CONTRIBUTION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-kokabi authored Jun 3, 2023
1 parent 0bb3fc0 commit c94d126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Thank you for your interest in contributing to our project. Please follow these
2. Fork and clone the repo.
3. Install [poetry](https://python-poetry.org/) if you haven't already.
4. Run `poetry update --with docs, dev`.
5. Work on your changes using `python 3.8.0` and follow [coding style guide](./CODING.md).
5. Write your code using `python 3.8.0` and follow [coding style guide](./CODING.md).
6. Run `poetry run poe lint` and fix linting errors.
7. Run `poetry run poe test` and fix any failing tests.
8. push & pull request and link to the issue (if any).
Expand Down

0 comments on commit c94d126

Please sign in to comment.