chore: move example code to steps to reproduce block
This commit is contained in:
parent
3e2fe252c0
commit
652d8dc7bf
1 changed files with 4 additions and 3 deletions
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -14,13 +14,14 @@ A clear and concise description of what the bug is.
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. ...
|
1. ...
|
||||||
|
|
||||||
### Expected Behavior
|
|
||||||
<!-- Tell us what should happen. -->
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Paste a minimal example that causes the problem.
|
# Paste a minimal example that causes the problem.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Expected Behavior
|
||||||
|
<!-- Tell us what should happen. -->
|
||||||
|
|
||||||
|
|
||||||
### Actual Behavior
|
### Actual Behavior
|
||||||
<!-- Tell us what happens instead. -->
|
<!-- Tell us what happens instead. -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue