From 6bdde6166a53d06b52567d050f5866e2fceb5467 Mon Sep 17 00:00:00 2001 From: Jeff Gehlbach Date: Wed, 1 May 2024 17:37:03 -0400 Subject: [PATCH] Added section about plugins catalog --- Plugin-Certification-Program.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Plugin-Certification-Program.md b/Plugin-Certification-Program.md index 822e736..e82e8a7 100644 --- a/Plugin-Certification-Program.md +++ b/Plugin-Certification-Program.md @@ -108,3 +108,12 @@ Certification is conferred at the release level rather than the plugin level. To ### Terms subject to change NetBox Labs may change the terms of the program as circumstances dictate. They promise not to be monsters about it. + +## Plugin Catalog +If your plugin isn't ready for certification but you would like to see it listed in the [NetBox Labs plugin catalog](https://netboxlabs.com/netbox-plugins/), please email [plugincatalog@netboxlabs.com](mailto:plugincatalog@netboxlabs.com). Please include the following information in your message: +- Your name +- The name you would like to see listed in the catalog for the plugin +- The best email address to reach you about the plugin in question +- A link to the plugin's source repo +- A link to the plugin's PyPI package entry +- The plugin's config name (the value you add to `PLUGINS = []` in `configuration.py` when installing) \ No newline at end of file