From 5560bd64fcd1e0c75917e6c6ef2c215f72f05f0f Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 25 Jan 2019 22:48:06 +0800 Subject: [PATCH] Updated DNS API Dev Guide (markdown) --- DNS-API-Dev-Guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index ec51592..e10cca3 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -220,6 +220,15 @@ https://github.com/Neilpang/acme.sh/issues/1261 2. Add your dns api to the support list: https://github.com/Neilpang/acme.sh/tree/dev#8-automatic-dns-api-integration +### 10. Please create a new issue for future bugs +Please report a new issue here: `"Report bugs to xxxx dns api"` https://github.com/Neilpang/acme.sh/issues +And please watch to that issue. +Any future bug will be reported there. +Example: https://github.com/Neilpang/acme.sh/issues/2057 + + + + ## Style Guidelines acme.sh uses shellcheck for new commits and also enforces style guidelines. To avoid the most common travis failures: