From c94d12676859500472f8de98c777895adb13bbc7 Mon Sep 17 00:00:00 2001 From: Ayub Kokabi Date: Sat, 3 Jun 2023 17:42:01 +0330 Subject: [PATCH] update CONTRIBUTION.md --- CONTRIBUTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 0a2f5eb1..6a9191a5 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -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).