Skip to content

Commit 30e84b9

Browse files
committed
feat: add pull request template
1 parent 763e66c commit 30e84b9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Description
2+
<!-- Provide a concise description of changes and the reason for the change -->
3+
4+
## Testing
5+
<!-- Describe the tests added (tests for new feature, tests for bugfix) -->
6+
7+
## Additional notes
8+
<!-- Any information that might be useful for review -->
9+
10+
## Checklist
11+
I have read through the [contributing guidelines](https://bigtree.readthedocs.io/en/stable/home/contributing/) and ensured that
12+
- [ ] I have followed the convention and standards, and my code is checked for style and correctness.
13+
- [ ] I have added test cases and ensured unit tests passed and code coverage is 100%.
14+
- [ ] I have ensured documentation and code docstrings are up-to-date.

0 commit comments

Comments
 (0)