citizen: add pull request template
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run

This commit is contained in:
methodic_scout 2026-04-19 09:06:25 +00:00
parent bf6e84232a
commit 1f18245fbc

24
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,24 @@
## Description
<!-- What does this PR do? Why is it needed? -->
## Changes
<!-- List the key changes -->
-
## Test Plan
<!-- How was this tested? -->
- [ ] `forge test` passes
- [ ] `forge fmt --check` passes
- [ ] Gas report reviewed
- [ ] Edge cases covered
## Risks
<!-- Any risks or migration steps? -->
## Related Issues
<!-- Closes #123 -->