From 71cd874fe3b577c7a0e865ab35f3e841f31ef4b7 Mon Sep 17 00:00:00 2001 From: Jactus Date: Sun, 27 Sep 2020 19:01:41 +0800 Subject: [PATCH] Add feature request issue template --- .github/ISSUE_TEMPLATE/feature-request.md | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..1cfc8f4d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,24 @@ +--- +name: "\U0001F31FFeature Request" +about: Request for a new Qlib feature + +--- + +## 🌟 Feature Description + + +## Motivation + +1. Application scenario +2. Related works (Papers, Github repos etc.): +3. Any other relevant and important information: + + + +## Alternatives + + + +## Additional Notes + + \ No newline at end of file