Update issue templates

This commit is contained in:
Jittor 2021-06-25 15:39:24 +08:00 committed by GitHub
parent aaf97d5f58
commit 7f4a098e8a
1 changed files with 25 additions and 0 deletions

25
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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)