Thanks for your interest in contributing!
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests to ensure everything works
- Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
# Clone your fork
git clone https://github.com/YOUR_USERNAME/sleeper-pixel-performance.git
cd sleeper-pixel-performance
# Install in development mode
pip install -e .
# Run the tool
./sleeper-pixels <username>- Keep changes focused and atomic
- Follow existing code style
- Update documentation if needed
- Test your changes before submitting
- Check existing issues first
- Include steps to reproduce
- Include your Python version and OS
Open an issue for any questions about contributing.