Add issue templates

Add Github issue templates for bug reports and feature requests
This commit is contained in:
Lukas W
2019-03-10 14:47:05 +01:00
committed by GitHub
parent 2a72808095
commit 7e1df5cec9
2 changed files with 40 additions and 0 deletions

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

@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
### Bug Summary
#### Steps to reproduce
#### Expected behavior
#### Actual behavior
#### Screenshot
#### Logs
<details>
<summary>Click to expand</summary>
<pre>
# paste here
</pre>
</details>

View File

@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
### Enhancement Summary
#### Justification
#### Mockup