Documents
pull_request_template
pull_request_template
Type
External
Status
Published
Created
Jun 13, 2026
Updated
Jun 13, 2026
Source
View

What problem are you solving?#

  • I am using an agent and I take responsibility for this PR

Changes#


Testing#

  • pytest tests/unit/ -q passes
  • python3 -m ruff check bootc_installer/ tests/ clean
  • New .py files added to meson.build sources = [...]
  • fisherman changes: go vet ./... + go test ./... pass (if applicable)
  • UI tested locally with ./run-dev.sh or BOOTC_DEMO=1 (if UI changed)

Checklist#

  • Conventional commit (feat:, fix:, chore:, docs:, test:, refactor:)
  • No hardcoded secrets, credentials, or real disk paths
  • fisherman submodule pushed separately before this PR (if fisherman changed)
  • Coverage gate not lowered — --cov-fail-under in python-test.yml is a ratchet
pull_request_template | Dosu