Thank you for considering contributing to our projects! We welcome contributions from everyone and are grateful for your help.
Please review and adhere to our Code of Conduct to ensure a positive and inclusive environment.
If you find a bug, please open an issue with a detailed description of the problem and steps to reproduce it.
We welcome new ideas! If you have a feature request, please open an issue with a detailed description of the feature and its potential benefits.
- Fork the repository and create your branch from
main. - Ensure your code adheres to the project's coding standards.
- Update the documentation as necessary.
- Use gitmoji for your commit messages to keep them consistent and expressive.
- Submit your pull request.
We use Black for code formatting. Please ensure your code is formatted with Black before submitting a pull request.
pip install black
black your_code.pyFor other languages, we use Prettier for code formatting. Please ensure your code is formatted with Prettier before submitting a pull request.
npm install --global prettier
prettier --write your_code.jsIf you need help, feel free to reach out by opening an issue or contacting us via email.
Thank you for contributing!