Thank you for your interest in contributing to GPO Autofish!
- Check existing issues to avoid duplicates
- Use the bug report template
- Include Python version, OS version, and error logs
- Describe steps to reproduce the issue
- Check if the feature has already been suggested
- Explain the use case and benefit
- Be specific about the desired behavior
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Make your changes
- Test thoroughly
- Commit with clear messages (
git commit -m 'Add AmazingFeature') - Push to your branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Follow PEP 8 guidelines
- Use meaningful variable names
- Comment complex logic
- Keep functions focused and concise
- Test on Windows 10 and Windows 11
- Verify hotkeys work with admin privileges
- Check GUI rendering at different DPI scales
- Test auto-purchase sequence thoroughly
git clone https://github.com/yourusername/gpo-autofish.git
cd gpo-autofish
pip install -r requirements.txt
python z.pyYour contributions make this project better for everyone!