From 5e6ee363aa036c60f72ad94f212e1c929a397b0c Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Sun, 24 May 2020 08:49:48 -0400 Subject: [PATCH] Created a section for plugin support --- Plugins.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index b2213e8..f6159a7 100644 --- a/Plugins.md +++ b/Plugins.md @@ -11,9 +11,11 @@ Plugins are supported on NetBox v2.8 and later. As of v2.8, plugins are conside If you want you plugin listed on this page, add the topic [netbox-plugin](https://github.com/topics/netbox-plugin) to your repository. We will get around to adding it shortly. -# Plugin Repositories +# Plugin Support -Note: The below plugins are not maintained by the NetBox core and are in varying states. Please open feature requests and other issues with the plugin project directly. +Each plugin is not maintained by the NetBox core and are in varying states. Please open feature requests and other issues with the plugin project directly. If a developer needs to request a feature or bug fix for the plugins function within the core NetBox repository, they can do so as normally. + +# Plugin Repositories * [Dynamic DNS Connector for NetBox](https://github.com/sjm-steffann/netbox-ddns) - Dynamic DNS manager using NetBox * [NetBox Onboarding plugin](https://github.com/networktocode/ntc-netbox-plugin-onboarding) - A plugin for NetBox to easily onboard new devices.