PULL_REQUEST_TEMPLATE.md
August 23, 2026 ยท View on GitHub
What
Why
Checklist
Required
-
cargo fmt -- --checkpasses -
cargo check --all-featurespasses -
cargo clippy --all-features -- -D warningspasses -
cargo test --all-featurespasses -
cargo check --examples --all-featurespasses -
bash scripts/api_audit.sh --strictpasses
Public API Changes
- New public items have doc comments (
///) - Widget follows the Response pattern
- State struct in
widgets.rs, impl onContext, re-export inlib.rs - Breaking change? Update CHANGELOG.md and note it here
If Adding a Widget
- Calls
register_focusable()if interactive - Consumes handled key events
- Uses
self.theme.*for default colors - Example added or existing example updated
If Applicable
- Tests added
- Animation uses build-time pre-sort (not per-frame)
- No
unwrap()in Result-returning functions