From a01deafe5b61dcc649992f3e1595d0a703a6a1e0 Mon Sep 17 00:00:00 2001 From: Junhao Liang <43094337+darkliang@users.noreply.github.com> Date: Sat, 23 Oct 2021 23:11:46 +0800 Subject: [PATCH] upload issue template --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b457a63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ +## System information (version) + + +- Pytorch => :grey_question: +- Operating System / Platform => :grey_question: +- Cuda => :grey_question: + +## Detailed description + + +## Steps to reproduce + + +## Issue submission checklist + - [ ] I checked the problem with documentation, FAQ, issues, and have not found solution.