Thank you for your interest in contributing to PixelMap!
Found a bug? Please open an issue with:
- A clear, descriptive title
- Steps to reproduce the issue
- Expected vs. actual behavior
- Your environment (OS, Python version, browser if using GUI)
Have an idea? Open an issue describing the problem and your proposed solution.
For significant changes, please open an issue first to discuss your approach.
- Fork the repository
- Create a branch with a descriptive name (e.g.,
feature/your-feature-nameorfix/bug-description) - Make your changes and run tests:
pytest - Push to your fork and open a pull request to the
devbranch
We use Ruff for linting and formatting. Run ruff check . and ruff format . before submitting.