Use GitHub issue templates

This commit is contained in:
Bernd Bestel
2020-10-31 20:18:02 +01:00
committed by GitHub
parent 7b32d1d8a4
commit 2d4db25308
2 changed files with 22 additions and 0 deletions

11
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@@ -0,0 +1,11 @@
---
name: Bug report
about: If you've found something that does not work, please report it to help improve
grocy
title: 'Bug: '
labels: bug, ui-bug
assignees: ''
---
Please describe the bug as detailed as possible, provide the steps how to reproduce it and maybe attach screenshots where useful.

View File

@@ -0,0 +1,11 @@
---
name: Feature request
about: Idea for an improvement or new things which you would find useful are always
welcome
title: 'Feature request: '
labels: enhancement
assignees: ''
---
Please describe what you would find useful and please also check (by searching open requests here) if that was maybe already requested.