From 30e84b9cbd0ef18bfbeccc1497a0492c7098bc6e Mon Sep 17 00:00:00 2001 From: Kay Date: Tue, 10 Sep 2024 21:21:56 +0800 Subject: [PATCH] feat: add pull request template --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..55bebb08 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description + + +## Testing + + +## Additional notes + + +## Checklist +I have read through the [contributing guidelines](https://bigtree.readthedocs.io/en/stable/home/contributing/) and ensured that +- [ ] I have followed the convention and standards, and my code is checked for style and correctness. +- [ ] I have added test cases and ensured unit tests passed and code coverage is 100%. +- [ ] I have ensured documentation and code docstrings are up-to-date.