acme.sh/.github/auto-comment.yml

41 lines
1.1 KiB
YAML
Raw Normal View History

2020-04-05 05:46:02 +00:00
# Comment to a new issue.
issuesOpened: >
If this is a bug report, please upgrade to the latest code and try again:
2020-04-12 02:38:31 +00:00
如果有 bug, 请先更新到最新版试试:
2020-04-18 11:38:38 +00:00
```
2020-04-05 05:46:02 +00:00
acme.sh --upgrade
```
2020-04-12 02:47:41 +00:00
please also provide the log with `--debug 2`.
2020-04-18 10:59:33 +00:00
同时请提供调试输出 `--debug 2`
2020-04-12 02:47:41 +00:00
see: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
2020-04-18 10:59:33 +00:00
Without `--debug 2` log, your issue will NEVER get replied.
没有调试输出, 你的 issue 不会得到任何解答.
2020-04-18 11:38:38 +00:00
2020-04-05 05:46:02 +00:00
pullRequestOpened: >
2020-04-18 11:38:38 +00:00
First, NEVER send a PR to `master` branch, it will NEVER be accepted. Please send to the `dev` branch instead.
2020-04-12 02:38:31 +00:00
2020-04-05 05:46:02 +00:00
If this is a PR to support new DNS API or new notification API, please read this guide first:
https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
Please check the guide items one by one.
Then add your usage here:
https://github.com/acmesh-official/acme.sh/wiki/dnsapi
2020-04-18 11:38:38 +00:00
Or some other wiki pages:
https://github.com/acmesh-official/acme.sh/wiki/deployhooks
https://github.com/acmesh-official/acme.sh/wiki/notify
2020-04-12 02:38:31 +00:00