Skip to content

Commit c2751ba

Browse files
authored
Create pull request template for contributions
Add a pull request template for contributors to follow.
1 parent bf0cbf9 commit c2751ba

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
## Pull Request Summary
2+
3+
<!-- Provide a concise summary of what this PR does and why. -->
4+
5+
## Related Issue
6+
7+
Closes # <!-- Link the issue this PR resolves. PRs without a linked issue may be closed. -->
8+
9+
## Type of Change
10+
11+
- [ ] Bug fix (non-breaking change that fixes an issue)
12+
- [ ] New feature (non-breaking change that adds functionality)
13+
- [ ] Breaking change (fix or feature that causes existing functionality to change)
14+
- [ ] Documentation update
15+
- [ ] Refactor / code cleanup
16+
- [ ] Performance improvement
17+
- [ ] Security patch
18+
- [ ] Chore / dependency update
19+
20+
## Changes Made
21+
22+
<!-- List the key changes made in this PR -->
23+
24+
-
25+
-
26+
27+
## Testing
28+
29+
Describe the tests you ran to verify your changes:
30+
31+
- [ ] Unit tests pass (`make test`)
32+
- [ ] Integration tests pass
33+
- [ ] Manually tested on local devnet
34+
- [ ] Tested on testnet (if applicable)
35+
36+
**Test configuration:**
37+
- Go version:
38+
- OS:
39+
40+
## Checklist
41+
42+
- [ ] My code follows the Go style guidelines (`gofmt`, `golangci-lint`)
43+
- [ ] I have added/updated tests for new functionality
44+
- [ ] All existing tests pass
45+
- [ ] I have updated relevant documentation
46+
- [ ] My commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)
47+
- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md) and agree to the IP/CLA terms
48+
- [ ] This PR does not introduce private keys, mnemonics, or secrets
49+
- [ ] I have not modified core consensus parameters without prior maintainer approval
50+
51+
## Consensus / Governance Impact
52+
53+
- [ ] This change does NOT affect consensus
54+
- [ ] This change affects consensus (describe below)
55+
- [ ] This change requires a governance proposal before deployment
56+
57+
<!-- If consensus/governance is affected, describe the impact: -->
58+
59+
## Screenshots / Logs (if applicable)
60+
61+
<!-- Add any relevant screenshots or log output -->
62+
63+
---
64+
65+
*By submitting this pull request, I confirm that my contribution is made under the terms described in CONTRIBUTING.md and that I agree to the Rampage L1 Contributor License Agreement.*

0 commit comments

Comments
 (0)