mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Use GitHub issue templates
This commit is contained in:
parent
7b32d1d8a4
commit
2d4db25308
11
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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.
|
||||||
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||||
Loading…
Reference in New Issue
Block a user