update issue templates (#1074)

This commit is contained in:
Kevin Wan
2021-09-21 14:13:28 +08:00
committed by GitHub
parent e7bbc09093
commit 74ad681a66

View File

@@ -11,11 +11,19 @@ assignees: ''
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior, if applicable:
1. Go to '...'
2. Click on '....' 1. The code is
3. Scroll down to '....'
4. See error ```go
```
2. The error is
```
```
**Expected behavior** **Expected behavior**
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.