From 85bd94ef7c5211db7fce5901e97c71b26f0f0b65 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Mon, 7 Aug 2017 11:50:54 -0400 Subject: [PATCH] Document that contributors that they'll be asked to maintain their code. --- docs/writing-providers.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/writing-providers.md b/docs/writing-providers.md index 29fb00998..12fd8326b 100644 --- a/docs/writing-providers.md +++ b/docs/writing-providers.md @@ -9,6 +9,10 @@ You essentially need to implement the [providers.DNSServiceProvider interface.](https://godoc.org/github.com/StackExchange/dnscontrol/providers#DNSServiceProvider) and the system takes care of the rest. +Please do note that if you submit a new provider you will be +assigned bugs related to the provider in the future (unless +you designate someone else as the maintainer). More details +[here](provider-list.md). ## Step 1: General advice @@ -108,7 +112,7 @@ go test -v -verbose -provider ROUTE53 ## Step 5: Update docs * Edit [README.md](https://github.com/StackExchange/dnscontrol): Add the provider to the bullet list. -* Edit [docs/provider-list.html](https://github.com/StackExchange/dnscontrol/blob/master/docs/provider-list.html): Add the provider to the provider list. +* Edit [docs/provider-list.md](https://github.com/StackExchange/dnscontrol/blob/master/docs/provider-list.md): Add the provider to the provider list. * Create `docs/_providers/PROVIDERNAME.md`: Use one of the other files in that directory as a base.