Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 971 Bytes

File metadata and controls

44 lines (31 loc) · 971 Bytes

Contributing

Thanks for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Run tests to ensure everything works
  5. Commit your changes (git commit -m 'Add amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request

Development Setup

# 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>

Guidelines

  • Keep changes focused and atomic
  • Follow existing code style
  • Update documentation if needed
  • Test your changes before submitting

Reporting Issues

  • Check existing issues first
  • Include steps to reproduce
  • Include your Python version and OS

Questions?

Open an issue for any questions about contributing.