From e60576e05975f090b688367843333d06031b4774 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 28 Dec 2024 20:14:06 +0200 Subject: [PATCH] Updated DNS API Dev Guide (markdown) --- DNS-API-Dev-Guide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index eeba0b2..00b3ec7 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -244,7 +244,11 @@ This will allow to quickly lookup your API instruction by a link https://github. 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 +### 11. Add structural info description + +Your script should start with a [structured info description](https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Structural-Info-description) to automatically generate a list of APIs and their variables. + +### 12. 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 See more code of conduct: https://github.com/acmesh-official/acme.sh/wiki/Code-of-conduct \ No newline at end of file