From 1e88287e672058fa256ddb77f708a659b4cf2838 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 7 Oct 2019 16:15:53 -0400 Subject: [PATCH] Add a note about PRs to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76593195..b08bc063 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**NOTE:** We are not currently accepting pull requests to this library. An announcement will be made once the functionality is ready. + # About this Library This library is intended to be used for populating device types in [NetBox](https://github.com/netbox-community/netbox). It contains a set of device type definitions expressed in YAML and arranged by manufacturer. Each file represents a discrete physical device type (e.g. make and model). These definitions can be loaded into NetBox to obviate the need to create device types and their associated components manually.