From 528eadbbd3a0b6833955e0f02ec1aca28e24a6e6 Mon Sep 17 00:00:00 2001 From: bxdd Date: Sun, 14 Jan 2024 20:00:33 +0800 Subject: [PATCH] [MNT] modify pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cfc231e..fd1747a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,8 @@ ## How has his PR been tested? +Please cover your changes with tests and attached the screenshots of tests results (if appropriate). + - [ ] Please pass the test by running `pytest tests/test_workflow` under upper directory of learnware. - [ ] If you add new features, please test new features on your own test scirpt. @@ -11,5 +13,5 @@ ## Types of changes - [ ] This PR fixes bugs -- [ ] This PR add new features -- [ ] This PR update documentations or fixes typo +- [ ] This PR adds new features +- [ ] This PR updates documentations or fixes typo