Skip to content

Commit c5734e3

Browse files
authored
Merge pull request #17 from geniusyield/16-pr-template
PR Template #16
2 parents 9cf1c8c + 662ab8a commit c5734e3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/pull_request_template.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Thank you for contributing to Atlas! We appreciate your effort and dedication to improving this project. To ensure that your contribution is in line with the project's guidelines and can be reviewed efficiently, please fill out the template below.
2+
3+
Remember to follow our [Contributing Guide](CONTRIBUTING.md) before submitting your pull request.
4+
5+
## Summary
6+
7+
Please provide a brief, concise summary of the changes in your pull request. Explain the problem you are trying to solve and the solution you have implemented.
8+
9+
## Type of Change
10+
11+
Please mark the relevant option(s) for your pull request:
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
- [ ] Code refactoring (improving code quality without changing its behavior)
17+
- [ ] Documentation update (adding or updating documentation related to the project)
18+
19+
## Checklist
20+
21+
Please ensure that your pull request meets the following criteria:
22+
23+
- [ ] I have read the [Contributing Guide](CONTRIBUTING.md)
24+
- [ ] My code follows the project's coding style and best practices
25+
- [ ] My code is appropriately commented and includes relevant documentation
26+
- [ ] I have added tests to cover my changes
27+
- [ ] All new and existing tests pass
28+
- [ ] I have updated the documentation, if necessary
29+
30+
## Testing
31+
32+
Please describe the tests you have added or modified, and provide any additional context or instructions needed to run the tests.
33+
34+
- [ ] Test A
35+
- [ ] Test B
36+
37+
## Additional Information
38+
39+
If you have any additional information or context to provide, such as screenshots, relevant issues, or other details, please include them here.
40+

0 commit comments

Comments
 (0)