From d52c98782c0742222355bc7adce4de323ac23bf5 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 22 May 2020 09:06:32 -0400 Subject: [PATCH] Adjust docs --- 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 90dcbdc81..47060f294 100644 --- a/docs/writing-providers.md +++ b/docs/writing-providers.md @@ -177,7 +177,6 @@ go test -v -verbose -provider ROUTE53 * Edit [README.md](https://github.com/StackExchange/dnscontrol): Add the provider to the bullet list. * Edit [docs/provider-list.md](https://github.com/StackExchange/dnscontrol/blob/master/docs/provider-list.md): Add the provider to the provider list. -* FYI: The list of "Requested Providers" is generated dynamically from Github issues tagged `provider-request`. When you close the issue related to your provider, the list will update automatically. * Create `docs/_providers/PROVIDERNAME.md`: Use one of the other files in that directory as a base. * Edit [OWNERS](https://github.com/StackExchange/dnscontrol/blob/master/OWNERS): Add the directory name and your github id. @@ -281,3 +280,8 @@ Here are some last-minute things to check before you submit your PR. 2. Make sure all appropriate documentation is current. (See Step 8) 3. Check that dependencies are vendored (See Step 12) 4. Re-run the integration test one last time (See Step 7) + +## Step 14: After the PR is merged + +1. Remove the "provider-request" label from the PR. +2. Verify that [docs/provider-list.md](https://github.com/StackExchange/dnscontrol/blob/master/docs/provider-list.md) no longer shows the provider as "requested"