Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.29 KB

File metadata and controls

55 lines (39 loc) · 1.29 KB

Contributing to GPO Autofish

Thank you for your interest in contributing to GPO Autofish!

🤝 How to Contribute

Reporting Bugs

  • 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

Suggesting Features

  • Check if the feature has already been suggested
  • Explain the use case and benefit
  • Be specific about the desired behavior

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Test thoroughly
  5. Commit with clear messages (git commit -m 'Add AmazingFeature')
  6. Push to your branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request

Code Style

  • Follow PEP 8 guidelines
  • Use meaningful variable names
  • Comment complex logic
  • Keep functions focused and concise

Testing

  • 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

📝 Development Setup

git clone https://github.com/yourusername/gpo-autofish.git
cd gpo-autofish
pip install -r requirements.txt
python z.py

🙏 Thank You

Your contributions make this project better for everyone!