Skip to content

Commit 93f2de5

Browse files
authored
Merge pull request #65 from bandprotocol/github-template
docs: add pull request template
2 parents 3f1608c + 8d33e72 commit 93f2de5

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
## Description
2+
3+
<!--
4+
Provide a clear and concise description of what this PR does.
5+
What problem does it solve? What feature does it add?
6+
-->
7+
8+
## Type of Change
9+
10+
<!-- Please check the one(s) that apply: -->
11+
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15+
- [ ] Documentation update
16+
- [ ] Code refactor
17+
- [ ] Performance improvement
18+
- [ ] Dependencies update
19+
- [ ] Other (please describe):
20+
21+
## Changes Made
22+
23+
<!--
24+
Please describe the changes in detail. List any dependencies that are required for this change.
25+
Example:
26+
- Added new method for querying oracle data
27+
- Updated TypeScript types for better type safety
28+
- Refactored client initialization for better error handling
29+
-->
30+
31+
## Testing
32+
33+
<!--
34+
Please describe the tests that you ran to verify your changes.
35+
Provide instructions so we can reproduce.
36+
-->
37+
38+
- [ ] Added new unit tests
39+
- [ ] Updated existing tests
40+
- [ ] Manually tested with example projects
41+
- [ ] No tests required (documentation only)
42+
43+
## Test Configuration
44+
45+
<!-- Please complete the following information if applicable -->
46+
47+
- Node.js version:
48+
- TypeScript version:
49+
- Operating System:
50+
51+
## Breaking Changes
52+
53+
<!--
54+
If this PR introduces breaking changes, please describe them and provide
55+
migration instructions. Leave empty if not applicable.
56+
-->
57+
58+
## Checklist
59+
60+
- [ ] My code follows the style guidelines of this project
61+
- [ ] I have performed a self-review of my own code
62+
- [ ] I have commented my code, particularly in hard-to-understand areas
63+
- [ ] I have made corresponding changes to the documentation
64+
- [ ] My changes generate no new warnings
65+
- [ ] I have added tests that prove my fix is effective or that my feature works
66+
- [ ] New and existing unit tests pass locally with my changes
67+
- [ ] Any dependent changes have been merged and published
68+
69+
## Additional Notes
70+
71+
<!--
72+
Add any additional notes, context, or screenshots about the pull request here.
73+
-->

0 commit comments

Comments
 (0)