Updated DNS API Dev Guide (markdown)
parent
ae2ac83038
commit
d6a71ed1db
|
@ -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 `<a name="dns_yourapi"/>`.
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue