First off, thanks for taking the time to contribute!
- Fork the Repository: Create your own fork of the project.
- Create a Branch: Create a branch for your feature or bugfix (
git checkout -b feature/amazing-feature). - Commit your Changes: Commit your changes (
git commit -m 'Add some amazing feature'). - Push to the Branch: Push to your fork (
git push origin feature/amazing-feature). - Open a Pull Request: Submit a pull request to the main repository.
- Install Python 3.10+
- Install dependencies:
pip install -r requirements.txt - Run tests before submitting:
python run_tests.py
- Please ensure your code is formatted cleanly.
- Add comments where necessary to explain complex logic.