From 6b97381e94ddeee7aa7ac416979432e95538a6b5 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Tue, 2 Jan 2024 09:28:57 +0300 Subject: [PATCH] Add `just` hint to `CONTRIBUTING.md` --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32cff0c..e6b14c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,9 +11,10 @@ To get started with contributing to lprs, please follow these steps: 3. Create a new branch for your changes: `git checkout -b my-branch-name`. 4. Make your desired changes to the codebase. 5. Test your changes to ensure they work as expected. -6. Commit your changes: `git commit -m "Add my changes"`. -7. Push your changes to your forked repository: `git push origin my-branch-name`. -8. Open a pull request from your forked repository to the main lprs repository. +6. Run `just ci` to run the continuous integration. +7. Commit your changes: `git commit -m "Add my changes"`. +8. Push your changes to your forked repository: `git push origin my-branch-name`. +9. Open a pull request from your forked repository to the main lprs repository. ## Code Style