1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 14:56:55 +08:00

Add PEP8 style check and add bug report issue template

This commit is contained in:
Jactus
2020-09-27 18:48:50 +08:00
committed by you-n-g
parent dbe8bedf63
commit 1235b9c5c3
3 changed files with 47 additions and 7 deletions

38
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@@ -0,0 +1,38 @@
---
name: "\U0001F41B Bug Report"
about: Submit a bug report to help us improve Qlib
labels: bug
---
## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
## Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->
## Screenshot
<!-- A screenshot of the error message or anything shouldn't appear-->
## Environment
- Qlib version:
- Python version:
- OS (`Windows`, `Linux`, `MacOS`):
- Commit number:
## Additional Notes
<!-- Add any other information about the problem here. -->