Thank you for considering contributing to this project! Your help is greatly appreciated.
Click the "Fork" button at the top right of this page to create your own copy of the repository.
git clone https://github.com/your-username/XL9535.git
cd XL9535
git checkout -b my-feature
- Write clear, concise commit messages.
- Add tests for new features or bug fixes.
- Ensure all tests pass before submitting.
- Run linting with
flake8orpylintbefore submitting.
git push origin my-feature
Go to your fork on GitHub and click "New pull request".
- Follow PEP8 guidelines.
- Use docstrings for all public classes and methods.
- Use type hints where appropriate.
- Use the GitHub Issues tab to report bugs or request features.
- Please provide as much detail as possible.
- Be respectful and inclusive.
- See the Code of Conduct for more information.
- Use the provided GitHub issue and pull request templates for consistency.