chore: add bug report issue template
This commit is contained in:
parent
2cfed6b674
commit
447bb0bd7e
1 changed files with 35 additions and 0 deletions
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: pleshevskiy
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Describe the bug -->
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
### To Reproduce
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. ...
|
||||||
|
|
||||||
|
### Expected Behavior
|
||||||
|
<!-- Tell us what should happen. -->
|
||||||
|
|
||||||
|
```python
|
||||||
|
# Paste a minimal example that causes the problem.
|
||||||
|
```
|
||||||
|
|
||||||
|
### Actual Behavior
|
||||||
|
<!-- Tell us what happens instead. -->
|
||||||
|
|
||||||
|
```pytb
|
||||||
|
Paste the full traceback if there was an exception.
|
||||||
|
```
|
||||||
|
|
||||||
|
### Environment
|
||||||
|
|
||||||
|
* OS:
|
||||||
|
* Python version:
|
||||||
|
* GenRSS version:
|
Loading…
Reference in a new issue