We welcome contributions! To ensure a smooth and productive collaboration, please follow the guidelines below.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and test them thoroughly.
- Ensure all code follows the project's coding standards.
- Commit your changes (
git commit -m 'Add feature'). - Push to the branch (
git push origin feature-branch). - Open a Pull Request and describe the changes you've made.
- Follow PEP 8 guidelines.
- Ensure that the code is well-documented.
If you encounter any bugs or issues, please open an issue with a detailed description of the problem and steps to reproduce.
Thank you for your contributions! 🙌