Thank you for considering contributing to this project! Contributions are always welcome and appreciated.
Please check the issue tracker to see if there is an issue you would like to work on or if it has already been resolved.
- Open an issue on the issue tracker.
- Include information such as steps to reproduce, expected/actual behavior, and relevant logs or screenshots.
- Open an issue on the issue tracker.
- Provide details about the feature, its purpose, and potential implementation ideas.
- Make sure all tests pass before submitting a pull request.
- Write a clear description of the changes you made and the reasons behind them.
Important
It's assumed that by submitting a pull request, you agree to license your contributions under the project's license.
Install GNU Make on your system if it's not already installed.
## For Debian-based systems like Debian, Ubuntu, etc.
sudo apt-get install make- Use the
make install-depscommand to install the development dependencies.
- Use the
make formatcommand to format the code.
- Use the
make testcommand to run the tests.
- Use the
make lintcommand to run the linters.
- Run
make helpto see all available commands for managing different tasks.
We adhere to the project's Code of Conduct.