diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 66% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug.md index 0477d9cf..4cc6c94d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,21 +1,28 @@ +--- +name: Bug Report +about: 报告一个错误或问题 +title: "[BUG] " +labels: bug +--- + + > 感谢您支持certd,请按如下规范提交issue > 如果有条件,请尽量在[github上提交](https://github.com/certd/certd/issues) - -## 一、问题描述 +# bug提交 +## 1、问题描述 `请在此处简要描述你所遇到的问题,必要时请贴出相关截图辅助理解和定位` -### 复现步骤 +### 2、复现步骤 `请描述复现问题的详细步骤` `如果非示例页面的问题,最好能提供最小复现示例的代码、或者仓库链接` -### 报错截图 +### 3.报错截图 `请贴出报错日志截图` -### 效果截图 +### 4、效果截图 `请贴出效果截图` -#### 1. 期望效果 - -#### 2. 实际效果 +#### 4.1. 期望效果 +#### 4.2. 实际效果 diff --git a/.github/ISSUE_TEMPLATE/dns.md b/.github/ISSUE_TEMPLATE/dns.md new file mode 100644 index 00000000..d0942c54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/dns.md @@ -0,0 +1,36 @@ +--- +name: DNS Provider Apply +about: 请求支持新的域名提供商 +title: "[DNS] " +labels: feature +--- + + +> 感谢您支持certd,请按如下规范提交issue +> 如果有条件,请尽量在[github上提交](https://github.com/certd/certd/issues) + +# 新域名提供商支持申请 + +## 1. 基本信息 +请填写如下内容: + +1. 域名提供商名称: + + +2. 管理页面地址: + + +3. 是否有API接口,接口地址: + + +4. 如果没有API接口,网页登录是否有验证码: + + +5. 是否可以提供测试账号?(如果可以请留下联系方式或者加作者好友) + + + +## 2. 截图 + +`域名管理页面截图` + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..f39a1ddf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,23 @@ +--- +name: Feature Request +about: 新需求、新特性 +title: "[Feature] " +labels: feature +--- + +> > 感谢您支持certd,请按如下规范提交issue +> 如果有条件,请尽量在[github上提交](https://github.com/certd/certd/issues) + + +# 新需求申请 + +## 1. 需求描述,需求背景 +`请在此处简要描述你所遇到的问题,必要时请贴出相关截图辅助理解` + + +## 2. 期望效果 +`必要时可以截图描述你的期望效果` + + +## 3. 你的解决方案 +`如果你有解决方案,请描述你的方案` diff --git a/.github/ISSUE_TEMPLATE/plugin.md b/.github/ISSUE_TEMPLATE/plugin.md new file mode 100644 index 00000000..dc473210 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin.md @@ -0,0 +1,36 @@ +--- +name: Plugin Apply +about: 请求支持新部署插件 +title: "[Plugin] " +labels: feature +--- + +> > 感谢您支持certd,请按如下规范提交issue +> 如果有条件,请尽量在[github上提交](https://github.com/certd/certd/issues) + +# 新部署插件申请支持 + +## 1. 需求描述 +`请在此处简要描述你的需求` + + +## 2. 要部署证书应用的信息 + +1. 应用名称: + + +2. 应用网址/项目地址/官方网站: + + +3. 管理证书界面截图(或者手动部署证书方式介绍及截图): + + +4. 是否有API接口,接口地址: + + +5. 如果没有API接口,网页登录是否需要验证码: + + +6. 是否可以提供测试账号?(如果可以请留下联系方式或者加作者好友) + +