pilotprotocol/.github/pull_request_template.md at main · pilot-protocol/pilotprotocol · GitHub
Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 629 Bytes

File metadata and controls

26 lines (17 loc) · 629 Bytes

Pull Request

Summary

Changes

Test Plan

  • go build ./cmd/... succeeds
  • go vet ./... clean
  • Relevant tests pass (go test -parallel 4 ./tests/ ./pkg/beacon/)
  • Pre-commit hooks pass (pre-commit run --all-files)

Checklist

  • New code includes the SPDX license header
  • No secrets or credentials committed
  • go.mod / go.sum changes are intentional
  • Documentation updated if behavior changed
  • Linked issue or context: