1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 01:14:35 +08:00

Update issue template

This commit is contained in:
Jactus
2020-09-28 14:10:34 +08:00
committed by you-n-g
parent 17f38a40fe
commit e3eb965f5c
2 changed files with 9 additions and 6 deletions

View File

@@ -28,10 +28,10 @@ Steps to reproduce the behavior:
## Environment ## Environment
- Qlib version: - Qlib version (use the command: `print(qlib.__version__)`):
- Python version: - Python version:
- OS (`Windows`, `Linux`, `MacOS`): - OS (`Windows`, `Linux`, `MacOS`):
- Commit number: - Commit number (optional, please provide it if you are using the dev version):
## Additional Notes ## Additional Notes

View File

@@ -8,11 +8,14 @@
<!--- Why is this change required? What problem does it solve? --> <!--- Why is this change required? What problem does it solve? -->
## How Has This Been Tested? ## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. --> - [ ] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory of `qlib`.
<!--- Include details of your testing environment, tests ran to see how --> - [ ] If you are adding a new feature, test on your own test scripts.
<!--- your change affects other areas of the code, etc. -->
## Screenshots (if appropriate): <!--- **ATTENTION**: If you are adding a new feature, please make sure your codes are **correctly tested**. If our test scripts do not cover your cases, please provide your own test scripts under the `tests` folder and test them. More information about test scripts can be found [here](https://docs.python.org/3/library/unittest.html#basic-example), or you could refer to those we provide under the `tests` folder. -->
## Screenshots of Test Results (if appropriate):
1. Pipeline test:
2. Your own tests:
## Types of changes ## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->