From ae04b7d6db81022efcfb9d83686e8aeb577997e2 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Tue, 27 Apr 2021 14:40:32 +0200 Subject: [PATCH] Point device/feature requests to community site (#12797) * Point device/feature requests to community site * Update bug_report.md --- .github/ISSUE_TEMPLATE.md | 7 ------- .github/ISSUE_TEMPLATE/New-Device.md | 25 ------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 4 files changed, 27 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/New-Device.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b5af7ad909..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ -**PLEASE READ FIRST** - -**Please do not post bugs or ask questions or feature requests here** - -**For help and support you can use our [Discord server](https://t.libren.ms/discord) or our [community site](https://community.librenms.org/c/help).** - -To create a new device request please use this link: https://github.com/librenms/librenms/issues/new?template=New-Device.md diff --git a/.github/ISSUE_TEMPLATE/New-Device.md b/.github/ISSUE_TEMPLATE/New-Device.md deleted file mode 100644 index d1217ce90a..0000000000 --- a/.github/ISSUE_TEMPLATE/New-Device.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: New device request -about: To request support for a new device type or add additional data - ---- - -**Please do not post bugs or ask questions** - -**For help and support you can use our [Discord server](https://t.libren.ms/discord) or our [community site](https://community.librenms.org).** - -Please confirm each of the sections below by putting an `x` in the box like `[x]`. - -- [ ] Please provide **ALL** info asked for [here](https://docs.librenms.org/Support/FAQ/#faq20). -- [ ] Please provide as much detail as possible. -- [ ] Please do NOT post more than 10 lines of debug information here, use a pastebin service or GitHub Gists. - -Please keep in mind that LibreNMS is a community project, it is run by people like you using their free time. -Which means it may take time before support is added to LibreNMS. - -We encourage you to do it yourself and submit it in GitHub as a Pull request. It is not so difficult, most of -it can be done without writing a single line of code. You can find the documentation below : -👉 https://docs.librenms.org/Developing/os/Initial-Detection/ - -Love librenms? Please consider supporting our collective: -👉 https://t.libren.ms/donations diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..f9a85397c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,16 @@ +--- +name: Report a confirmed issue with LibreNMS +about: Report a confirmed issue with LibreNMS +title: "" +labels: "" +assignees: "" +--- + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..b9ed657b68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Device request + url: https://community.librenms.org/c/device-requests/12 + about: To request support for a new device type or add additional data + - name: Feature request + url: https://community.librenms.org/c/feature-requests/3 + about: Please use our Community Forum for making feature requests. + - name: I have a question or need support + url: https://www.librenms.org/#support + about: We use GitHub for tracking bugs, check our website for resources on getting help.