Add just hint to CONTRIBUTING.md

This commit is contained in:
TheAwiteb 2024-01-02 09:28:57 +03:00
parent 85e467a090
commit 6b97381e94
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -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