pull_request_template.md
August 13, 2026 ยท View on GitHub
Usage related changes
Development related changes
Checklist:
- Checked the contribution guide and agent guide where applicable
- Applied formatting -
npm --prefix website ci && ./scripts/format.sh - No routine validation errors -
./scripts/verify.sh - No unused dependencies -
./scripts/check_unused_deps.sh(when Rust manifests changed) - No spelling errors -
./scripts/check_spelling.sh - Ran integration tests -
./scripts/test_integration.sh(when server, RPC, CLI, contracts, or integration tests changed) - Regenerated packaged UI assets -
npm --prefix web-ui run build:devnet(whenweb-uichanged) - Performed code self-review
- Rebased to the latest commit of the target branch (or merged it into my branch)
- Once you make the PR reviewable, please avoid force-pushing
- Updated the docs if needed -
./website/README.md - Linked the issues resolvable by this PR - linking info
- Updated the tests if needed; all passing - execution info