Skip to content

Commit 5b93f94

Browse files
Update docs and move Azure Private DNS to the "community support" list (#2657)
Co-authored-by: Matthew Gamble <[email protected]>
1 parent 37e2103 commit 5b93f94

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

documentation/providers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Providers in this category and their maintainers are:
7676
|Name|Maintainer|
7777
|---|---|
7878
|[`AZURE_DNS`](providers/azure_dns.md)|@vatsalyagoel|
79-
[[`AZURE_PRIVATE_DNS`](providers/azure_private_dns.md)|@matthewmgamble]
8079
|[`BIND`](providers/bind.md)|@tlimoncelli|
8180
|[`CLOUDFLAREAPI`](providers/cloudflareapi.md)|@tresni|
8281
|[`CSCGLOBAL`](providers/cscglobal.md)|@mikenz|
@@ -95,16 +94,18 @@ provided to help community members support their code independently.
9594

9695
Expectations of maintainers:
9796

98-
* Maintainers are expected to support their provider and/or find a new maintainer.
97+
* Maintainers are expected to support their provider and/or help find a new maintainer.
9998
* Maintainers should set up test accounts and periodically verify that all tests pass (`pkg/js/parse_tests` and `integrationTest`).
10099
* Contributors are encouraged to add new tests and refine old ones. (Test-driven development is encouraged.)
101100
* Bugs will be referred to the maintainer or their designate.
102-
* Maintainers must be responsible to bug reports and PRs. If a maintainer is unresponsive for more than 2 months, we will consider disabling the provider. First we will put out a call for new maintainer. If noboby volunteers, the provider will be disabled.
101+
* Maintainers must be responsible to bug reports and PRs. If a maintainer is unresponsive for more than 2 months, we will consider disabling the provider. First we will put out a call for new maintainer. If nobody volunteers, the provider may be disabled.
102+
* Tom needs to know your real email address. Please email tlimoncelli at stack over flow dot com so he has it.
103103

104104
Providers in this category and their maintainers are:
105105

106106
|Name|Maintainer|
107107
|---|---|
108+
[[`AZURE_PRIVATE_DNS`](providers/azure_private_dns.md)|@matthewmgamble]
108109
|[`AKAMAIEDGEDNS`](providers/akamaiedgedns.md)|@svernick|
109110
|[`AXFRDDNS`](providers/axfrddns.md)|@hnrgrgr|
110111
|[`CLOUDFLAREAPI`](providers/cloudflareapi.md)|@tresni|

documentation/writing-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Here are some last-minute things to check before you submit your PR.
316316
2. Make sure all appropriate documentation is current. (See [Step 8](#step-8-manual-tests))
317317
3. Check that dependencies are current (See [Step 13](#step-13-dependencies))
318318
4. Re-run the integration test one last time (See [Step 7](#step-7-integration-test))
319-
5. Re-read the [maintainer's responsibilities](providers.md) bullet list. By submitting a provider you agree to maintain it, respond to bugs, perioidically re-run the integration test to verify nothing has broken, and if we don't hear from you for 2 months we may disable the provider.
319+
5. Re-read the [maintainer's responsibilities](providers.md) bullet list. By submitting a provider you agree to maintain it, respond to bugs, periodically re-run the integration test to verify nothing has broken, and if we don't hear from you for 2 months we may disable the provider.
320320

321321
## Step 16: After the PR is merged
322322

0 commit comments

Comments
 (0)