From 05f532c10d175de5393bbccf31de903ea9406959 Mon Sep 17 00:00:00 2001 From: Ravinou <39600829+Ravinou@users.noreply.github.com> Date: Sun, 27 Apr 2025 11:27:33 +0200 Subject: [PATCH] config: github issue template --- .github/ISSUE_TEMPLATE/custom.md | 14 -------------- .github/ISSUE_TEMPLATE/i-need-help.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/i-need-help.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 512cfab..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - -**BorgWarehouse version :** -**Installation type :** -- [ ] Docker -- [ ] Baremetal (Debian/Ubuntu) -- [ ] Other environment : diff --git a/.github/ISSUE_TEMPLATE/i-need-help.md b/.github/ISSUE_TEMPLATE/i-need-help.md new file mode 100644 index 0000000..8aa78e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/i-need-help.md @@ -0,0 +1,21 @@ +--- +name: I need help +about: You need help about installation, usage, or specific cases. +title: '' +labels: help wanted +assignees: '' + +--- + +**BorgWarehouse version :** +**Installation type :** +- [ ] Docker +- [ ] Baremetal (Debian/Ubuntu) +- [ ] Other environment : + +------- + +Describe your problem here. + +**Please, [BorgWarehouse's documentation](https://borgwarehouse.com/) + is up to date and comprehensive, so take the time to look for answers. You can also look for answers in the project's historical [github issues](https://github.com/Ravinou/borgwarehouse/issues?q=is%3Aissue%20state%3Aclosed). I take time to answer each issue, but it's always less time for BorgWarehouse development. Thanks in advance.**