Add issue templates

This commit is contained in:
Evgenii Alekseev 2021-03-28 23:50:41 +03:00 committed by GitHub
parent e1a7071ce5
commit 751676a07e
2 changed files with 34 additions and 0 deletions

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

@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior (commands, environment etc)
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs**
Add logs to help explain your problem. Logs to stderr can be generated by using `--no-log` command line option.

View File

@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.