]> git.proxmox.com Git - mirror_acme.sh.git/blob - .github/ISSUE_TEMPLATE.md
Merge pull request #4754 from LJea/master
[mirror_acme.sh.git] / .github / ISSUE_TEMPLATE.md
1 <!--
2 我很忙, 每天可能只有 几秒钟 时间看你的 issue, 如果不按照我的要求写 issue, 你可能不会得到任何回复, 石沉大海.
3
4 请确保已经更新到最新的代码, 然后贴上来 `--debug 2` 的调试输出. 没有调试信息. 我做不了什么.
5 如何调试 https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
6
7 If it is a bug report:
8 - make sure you are able to repro it on the latest released version.
9 You can install the latest version by: `acme.sh --upgrade`
10
11 - Search the existing issues.
12 - Refer to the [WIKI](https://wiki.acme.sh).
13 - Debug info [Debug](https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh).
14
15 -->
16
17 Steps to reproduce
18 ------------------
19
20 Debug log
21 -----------------
22
23 ```
24 acme.sh --issue ..... --debug 2
25 ```
26
27