From 291010737a9fbd5ed776821bd8756a39a11d089d Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 8 Sep 2025 13:05:14 -0400 Subject: [PATCH] Closes #20296: Misc updates to issue templates (#20293) --- .github/ISSUE_TEMPLATE/02-bug_report.yaml | 16 ++++++++-------- .github/ISSUE_TEMPLATE/config.yml | 3 --- README.md | 1 - 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.yaml b/.github/ISSUE_TEMPLATE/02-bug_report.yaml index f25b70b19..ee0643ff4 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/02-bug_report.yaml @@ -8,19 +8,19 @@ body: attributes: value: > **NOTE:** This form is only for reporting _reproducible bugs_ in a current NetBox - installation. If you're having trouble with installation or just looking for - assistance with using NetBox, please visit our + release. If you're having trouble with installation or just looking for assistance + using NetBox, please visit our [discussion forum](https://github.com/netbox-community/netbox/discussions) instead. - type: dropdown attributes: - label: Deployment Type + label: NetBox Edition description: > - How are you running NetBox? (For issues with the Docker image, please go to the - [netbox-docker](https://github.com/netbox-community/netbox-docker) repo.) + Users of [NetBox Cloud](https://netboxlabs.com/netbox-cloud/) or + [NetBox Enterprise](https://netboxlabs.com/netbox-enterprise/), please contact the + [NetBox Labs](https://netboxlabs.com/) support team for assistance to ensure your + request receives immediate attention. options: - - NetBox Cloud - - NetBox Enterprise - - Self-hosted + - NetBox Community validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5b18f4525..2bee327a7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -13,9 +13,6 @@ contact_links: - name: 🌎 Correct a Translation url: https://explore.transifex.com/netbox-community/netbox/ about: "Spot an incorrect translation? You can propose a fix on Transifex." - - name: 💡 Plugin Idea - url: https://plugin-ideas.netbox.dev - about: "Have an idea for a plugin? Head over to the ideas board!" - name: 💬 Community Slack url: https://netdev.chat about: "Join #netbox on the NetDev Community Slack for assistance with installation issues and other problems." diff --git a/README.md b/README.md index 66560dd2a..1fd8e2f5a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ NetBox automatically logs the creation, modification, and deletion of all manage * Join the conversation on [the discussion forum](https://github.com/netbox-community/netbox/discussions) and [Slack](https://netdev.chat/)! * Already a power user? You can [suggest a feature](https://github.com/netbox-community/netbox/issues/new?assignees=&labels=type%3A+feature&template=feature_request.yaml) or [report a bug](https://github.com/netbox-community/netbox/issues/new?assignees=&labels=type%3A+bug&template=bug_report.yaml) on GitHub. * Contributions from the community are encouraged and appreciated! Check out our [contributing guide](CONTRIBUTING.md) to get started. -* [Share your idea](https://plugin-ideas.netbox.dev/) for a new plugin, or [learn how to build one](https://github.com/netbox-community/netbox-plugin-tutorial) yourself! ## Screenshots