diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7cf52786c..721f7113c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -28,10 +28,10 @@ Steps to reproduce the behavior: ## Environment - - Qlib version: + - Qlib version (use the command: `print(qlib.__version__)`): - Python version: - OS (`Windows`, `Linux`, `MacOS`): - - Commit number: + - Commit number (optional, please provide it if you are using the dev version): ## Additional Notes diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2add176d3..26701a9e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,11 +8,14 @@ ## 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. -## Screenshots (if appropriate): + + +## Screenshots of Test Results (if appropriate): +1. Pipeline test: +2. Your own tests: ## Types of changes