From ae71edddb1f1a8d6353e294075c5cd50da74d04e Mon Sep 17 00:00:00 2001 From: Ricky Su Date: Fri, 13 Jan 2023 16:39:23 +0800 Subject: [PATCH] Add a issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..b1632758a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Report if you fail to reproduce the tutorial +title: ": " +labels: '' +assignees: '' + +--- + +**Describe the issue** +A clear and concise description of what the issue is. + +**To Reproduce** +1. Follow the instructions in section "..." +2. Run this command "..." +3. See the error "..." + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Your environment: ** +- OS: [e.g. Ubuntu 22.04] +- Software Version: [e.g. 2022.2] +- Hardware (if applicable): [e.g. U200, VCK190] + +**Additional context** +Add any other context about the problem here.