Browse Source

Merge pull request #2367 from Neilpang/dev

update
neil 5 years ago
parent
commit
fe5f34231b
2 changed files with 7 additions and 5 deletions
  1. 3 1
      .github/ISSUE_TEMPLATE.md
  2. 4 4
      .github/PULL_REQUEST_TEMPLATE.md

+ 3 - 1
.github/ISSUE_TEMPLATE.md

@@ -1,5 +1,7 @@
 <!--
-请确保已经更新到最新的代码, 然后贴上来 `--debug 2` 的调试输出. 没有调试输出,我帮不了你.
+我很忙, 每天可能只有 几秒钟 时间看你的 issue, 如果不按照我的要求写 issue, 你可能不会得到任何回复, 石沉大海.
+
+请确保已经更新到最新的代码, 然后贴上来 `--debug 2` 的调试输出. 没有调试信息. 我做不了什么.
 如何调试 https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh
 
 If it is a bug report:

+ 4 - 4
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,9 +1,9 @@
 <!--
-
-Do NOT send pull request to `master` branch.
-
+1. Do NOT send pull request to `master` branch.
 Please send to `dev` branch instead.
-
 Any PR to `master` branch will NOT be merged.
 
+2. For dns api support, read this guide first: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide
+You will NOT get any review without passing this guide.  You also need to fix the CI errors.
+
 -->