templates: add issue templates (#276)

This commit is contained in:
Ali Parlakçı
2021-04-18 12:04:51 +03:00
committed by Ali Parlakci
parent 0d407d7a39
commit aefe8b79b6
3 changed files with 62 additions and 0 deletions

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

@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
- [ ] I am reporting a bug.
- [ ] I am running the latest version of BDfR
- [ ] I have read the [Opening an issue](README.md#configuration)
## Description
A clear and concise description of what the bug is.
## Command
```
Paste here the command(s) that causes the bug
```
## Environment (please complete the following information):
- OS: [e.g. Windows 10]
- Python version: [e.g. 3.9.4]
## Logs
```
Paste the log output here.
```