]> git.proxmox.com Git - mirror_acme.sh.git/blob - .github/auto-comment.yml
add comments
[mirror_acme.sh.git] / .github / auto-comment.yml
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
5 如果有 bug, 请先更新到最新版试试:
6
7 ```
8 acme.sh --upgrade
9 ```
10
11 please also provide the log with `--debug 2`.
12
13 同时请提供调试输出 `--debug 2`
14
15 see: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
16
17 Without `--debug 2` log, your issue will NEVER get replied.
18
19 没有调试输出, 你的 issue 不会得到任何解答.
20
21
22 pullRequestOpened: >
23 First, NEVER send a PR to `master` branch, it will NEVER be accepted. Please send to the `dev` branch instead.
24
25 If this is a PR to support new DNS API or new notification API, please read this guide first:
26 https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
27
28 Please check the guide items one by one.
29
30 Then add your usage here:
31 https://github.com/acmesh-official/acme.sh/wiki/dnsapi
32
33 Or some other wiki pages:
34
35 https://github.com/acmesh-official/acme.sh/wiki/deployhooks
36
37 https://github.com/acmesh-official/acme.sh/wiki/notify
38
39
40