From 0cbcbf3e67125e3b87551b655938cfd8ea2e4342 Mon Sep 17 00:00:00 2001 From: Gene Date: Sun, 14 Jan 2024 19:30:49 +0800 Subject: [PATCH] [DOC] add the pr template for gitee --- .gitee/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.md diff --git a/.gitee/PULL_REQUEST_TEMPLATE.md b/.gitee/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0d8e118 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +# What does this PR do? + + + + +## Pre-Submission Checklist + +- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). +- [ ] Have you followed the commit format and enabled the pre-commit process as outlined in the [developer guide](https://gitee.com/beimingwu/learnware/blob/main/docs/about/dev.rst)? +- [ ] Was this discussed/approved via a Github issue? Please provide a link + to the issue. +- [ ] Did you pass the test by running `pytest tests/test_workflow` in the root directory? +- [ ] If adding a new feature, have you added tests that cover your changes? \ No newline at end of file