diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..56f9194f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,15 @@ +--- +name: Bug Report +about: If you've found something that does not work, please report it to help improve + grocy +title: 'Bug: ' +labels: bug +assignees: '' + +--- + +Please describe the bug as detailed as possible, provide the steps how to reproduce it and maybe attach screenshots where useful. + +Please also check if your bug was maybe already fixed by searching closed issues here or by trying to reproduce your problem on the [pre-release demo](https://demo-prerelease.grocy.info/) (use a *private demo instance* if you want to make your example persistent). + +If your problem is not reproducible, it's most likely not a bug - please use the [r/grocy subreddit](https://www.reddit.com/r/grocy) for general questions / help. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..b63327d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +about: Ideas for improvements 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.