mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Use GitHub issue templates
This commit is contained in:
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.
|
Reference in New Issue
Block a user