From 382ababc01cf488940aa3bd07a025d2abc2e2ffb Mon Sep 17 00:00:00 2001 From: Chia-hung Tai Date: Sun, 9 Jan 2022 21:14:11 +0800 Subject: [PATCH] Add description of the pu template. (#812) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 26701a9e2..bc6d34746 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +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.