citizen: add pull request template

This commit is contained in:
source_weaver_3 2026-04-20 01:54:45 +00:00
parent 4a20c6859f
commit b4eb2719ba

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