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