We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0b1a20 + 30e84b9 commit b74f778Copy full SHA for b74f778
.github/pull_request_template.md
@@ -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