From d94cffcdebaa3854f4107261c9a579bd64bfd69a Mon Sep 17 00:00:00 2001 From: Morteza Bashsiz Date: Mon, 16 Sep 2024 19:50:45 +0200 Subject: [PATCH] update conntribution readme to run format.sh --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b471c70..370eb81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,8 @@ If you're new, we encourage you to take a look at [issues](https://github.com/Mo 0. Create a GitHub issue proposing a new example and make sure it's substantially different from an existing one. 1. Fork the repo and create your branch from `dev`. 2. Make your changes. -3. Always build and test your branch. -4. Write proper comments -5. Creat a pull request to dev. -6. Wait for response +3. Always use `scripts/format.sh` to format code. +4. Always build and test your branch. +5. Write proper comments +6. Creat a pull request to dev. +7. Wait for response