testing doc update

This commit is contained in:
Craig Peterson 2017-04-13 10:57:58 -06:00 committed by GitHub
parent 14b6c09f0d
commit ee17957e96

View file

@ -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).