You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB

5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
  1. # Comment to a new issue.
  2. issuesOpened: >
  3. If this is a bug report, please upgrade to the latest code and try again:
  4. 如果有 bug, 请先更新到最新版试试:
  5. ```
  6. acme.sh --upgrade
  7. ```
  8. please also provide the log with `--debug 2`.
  9. 同时请提供调试输出 `--debug 2`
  10. see: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
  11. Without `--debug 2` log, your issue will NEVER get replied.
  12. 没有调试输出, 你的 issue 不会得到任何解答.
  13. pullRequestOpened: >
  14. First, NEVER send a PR to `master` branch, it will NEVER be accepted. Please send to the `dev` branch instead.
  15. If this is a PR to support new DNS API or new notification API, please read this guide first:
  16. https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
  17. Please check the guide items one by one.
  18. Then add your usage here:
  19. https://github.com/acmesh-official/acme.sh/wiki/dnsapi
  20. Or some other wiki pages:
  21. https://github.com/acmesh-official/acme.sh/wiki/deployhooks
  22. https://github.com/acmesh-official/acme.sh/wiki/notify