From 3f53a097b05660408dc411e1804d2db6eea9ad6b Mon Sep 17 00:00:00 2001 From: Chaoying <32626585+Chaoyingz@users.noreply.github.com> Date: Tue, 22 Mar 2022 18:40:30 +0800 Subject: [PATCH] Fix format for PULL_REQUEST_TEMPLATE.md (#1001) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bc6d34746..aeb55d24b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ ## How Has This Been Tested? - + - [ ] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory of `qlib`. - [ ] If you are adding a new feature, test on your own test scripts.