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:
sourcebridge_42 2026-04-19 09:06:48 +00:00
parent ed22145468
commit 900e79e96c

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 -->