mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Point device/feature requests to community site (#12797)
* Point device/feature requests to community site * Update bug_report.md
This commit is contained in:
7
.github/ISSUE_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE.md
vendored
@@ -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
|
|
||||||
25
.github/ISSUE_TEMPLATE/New-Device.md
vendored
25
.github/ISSUE_TEMPLATE/New-Device.md
vendored
@@ -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
|
|
||||||
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Report a confirmed issue with LibreNMS
|
||||||
|
about: Report a confirmed issue with LibreNMS
|
||||||
|
title: ""
|
||||||
|
labels: ""
|
||||||
|
assignees: ""
|
||||||
|
---
|
||||||
|
<!--
|
||||||
|
**PLEASE READ FIRST**
|
||||||
|
|
||||||
|
**Please ONLY post bugs 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://community.librenms.org/c/device-requests/12
|
||||||
|
-->
|
||||||
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user