From ee17957e962f5982561992defac1a2be3b280ed4 Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Thu, 13 Apr 2017 10:57:58 -0600 Subject: [PATCH] testing doc update --- docs/writing-providers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/writing-providers.md b/docs/writing-providers.md index 6fc28e9ee..1b0d28a4d 100644 --- a/docs/writing-providers.md +++ b/docs/writing-providers.md @@ -10,6 +10,10 @@ Writing a new DNS provider is a relatively straightforward process. You essentia More info to follow soon. +## Documentation + +Please add a page to the docs folder for your provider, and add it to the list in the main project readme. + ## Vendoring Dependencies If your provider depends on other go packages, then you must vendor them. To do this, use [govendor](https://github.com/kardianos/govendor).