Add GitHub issue templates

This commit is contained in:
Simon Binder 2021-01-22 13:23:17 +01:00 committed by GitHub
parent c5cbd1b62e
commit c2cf9ce996
2 changed files with 26 additions and 0 deletions

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

@ -0,0 +1,12 @@
---
name: Bug report
about: Create a report to help improve moor
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is. Please briefly describe what behavior you expected, what behavior you saw, and how the bug can be reproduced.

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.