diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index b35d2cb7..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -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). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index f5813d79..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -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.