Thanks for helping improve SCEP-Simulator!
- Create a virtualenv and install
requirements.txt. - Run
ruff check .andpytestbefore pushing.
- Create feature branches from
main:feature/<short-name> - Link issues, include before/after screenshots for UI changes.
- One PR = one logical change. Keep it small.
Conventional commits recommended:
feat: add phase map sweepfix: amortize breaker burn sliceschore: bump ruffdocs: update README
- Add at least one smoke test for new code paths.
- Keep tests deterministic (seeded RNG).
- Use GitHub Releases with tags
vX.Y.Z. - Attach release notes + checksums of exported artifacts if any.