From d6a71ed1dbb1fb04ba9ce5f1a96917eef781c8f4 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 15 Aug 2023 12:48:00 +0300 Subject: [PATCH] Updated DNS API Dev Guide (markdown) --- DNS-API-Dev-Guide.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index bfadd26..84b23de 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -226,17 +226,20 @@ See: https://github.com/acmesh-official/acme.sh/blob/8ded524236347d5a1f7a3169809 https://github.com/acmesh-official/acme.sh/issues/1261 -### 9. Update the docs to include your DNS API usage. -Please append your API at the end: https://github.com/acmesh-official/acme.sh/wiki/dnsapi2 - - -### 10. Please create a new issue for future bugs +### 9. Please create a new issue for future bugs Please report a new issue here: `" Report bugs to xxxx DNS API"` https://github.com/acmesh-official/acme.sh/issues And please watch to that issue. Any future bug will be reported there. Example: https://github.com/acmesh-official/acme.sh/issues/2057 +### 10. Update the docs to include your DNS API usage. +Please append your API at the end: https://github.com/acmesh-official/acme.sh/wiki/dnsapi2 + +You must to add an anchor with your DNS API name like ``. +This will allow to quickly lookup your API instruction by a link https://github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_yourapi + +Also don't forget to add the issue link from step 9 like `Report any bugs or issues here`. ### 11. Please read and follow the instruction before creating a pull request Please follow the guide: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test