1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Doc fixes noticed while writing a provider (#2530)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
tomf
2023-08-24 14:31:04 +00:00
committed by GitHub
parent a7fe17a29c
commit c69bd43678
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# TXT record testing # TXT record testing
We recently discovered a strange but with processing TXT records and We recently discovered a strange bug with processing TXT records and
double-quotes. Sadly we haven't been able to determine a way to test this double-quotes. Sadly we haven't been able to determine a way to test this
automatically. Therefore, I've written up this methodology. automatically. Therefore, I've written up this methodology.

View File

@ -223,6 +223,7 @@ an automated way to test for this bug. The manual steps are here in
* Edit [README.md](https://github.com/StackExchange/dnscontrol): Add the provider to the bullet list. * Edit [README.md](https://github.com/StackExchange/dnscontrol): Add the provider to the bullet list.
* Edit [documentation/providers.md](https://github.com/StackExchange/dnscontrol/blob/master/documentation/providers.md): Add the provider to the provider list. * Edit [documentation/providers.md](https://github.com/StackExchange/dnscontrol/blob/master/documentation/providers.md): Add the provider to the provider list.
* Edit [documentation/SUMMARY.md](https://github.com/StackExchange/dnscontrol/blob/master/documentation/SUMMARY.md): Add the provider to the provider list.
* Create `documentation/providers/PROVIDERNAME.md`: Use one of the other files in that directory as a base. * Create `documentation/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 username. * Edit [OWNERS](https://github.com/StackExchange/dnscontrol/blob/master/OWNERS): Add the directory name and your GitHub username.