From 7f4a098e8ae1c5a3f405be3d61725a8cd2cd0f3e Mon Sep 17 00:00:00 2001 From: Jittor <59786298+Jittor@users.noreply.github.com> Date: Fri, 25 Jun 2021 15:39:24 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 00000000..305a5414 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Describe the bug +A clear and concise description of what the bug is. 使用中文也可以。 + +## Full Log + +Provide a full log of Jittor execution, Jittor will log environment information which help us to locate your bugs. Provide a screenshot is also acceptable. + +## Minimal Reproduce + +Reproduce this error with a file or several lines of code. +If it is not possible, leave it blank. + +## Expected behavior +A clear and concise description of what you expected to happen. + +If you are submitting an issue for the first time, please refer to [our guideline](https://github.com/Jittor/jittor/issues/238)