From 89254af9e28f1462a2f2d5492a75add2dd6c93bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=92=80=E7=92=A8=E6=A2=A6=E6=98=9F?= <157385609+cuicanmengxing@users.noreply.github.com> Date: Sat, 11 May 2024 01:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AF=E5=88=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1_BUG_REPORT.md | 36 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md | 19 +++++++++++ .github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md | 35 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md | 17 ++++++++++ .github/ISSUE_TEMPLATE/5_OTHERS.md | 7 ++++ .github/PULL_REQUEST_TEMPLATE.md | 6 ++++ 6 files changed, 120 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1_BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md create mode 100644 .github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md create mode 100644 .github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/5_OTHERS.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md new file mode 100644 index 0000000..f2f6c71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md @@ -0,0 +1,36 @@ +--- +name: 问题上报 +about: 如果你在使用过程中发现问题,请使用此模板。 +labels: Bug +--- + + +- [ ] 你是否在现有 [Issue列表](/docmirror/dev-sidecar/issues) 中搜索过相同问题? + +### Ⅰ. 请说明操作系统及DS的版本号: +1. 操作系统:? +2. DS版本号:? + + +### Ⅱ. 问题描述: + + +### Ⅲ. 期望的结果: + + +### Ⅳ. 如何复现问题? + +1. xxx +2. xxx +3. xxx + + +### Ⅴ. 请提供相关的错误日志,尽可能的详细:(日志文件在 `${user.home}/.dev-sidecar/logs/` 目录下) +```log +``` + + +### Ⅵ. 有必要时,请提供 `${user.home}/.dev-sidecar/running.json` 文件内容: + +```json +``` diff --git a/.github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md b/.github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md new file mode 100644 index 0000000..ba3895e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md @@ -0,0 +1,19 @@ +--- +name: 样式问题 +about: 如果你发现了一些页面样式问题,请使用此模板。 +labels: Style Issue +--- + + +- [ ] 你是否在现有 [Issue列表](/docmirror/dev-sidecar/issues) 中搜索过相同问题? + +### Ⅰ. 请说明操作系统及DS的版本号: +1. 操作系统:? +2. DS版本号:? + + +### Ⅱ. 样式问题描述: + + +### Ⅲ. 样式问题截图: + diff --git a/.github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md b/.github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md new file mode 100644 index 0000000..cd57571 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md @@ -0,0 +1,35 @@ +--- +name: 配置问题 +about: 如果你不知道如何配置DS来访问某个网站,请使用这个模板。 +labels: Config Issue +--- + +### Ⅰ. 你对哪个功能的配置不了解? + + +- [ ] 拦截设置: + - [ ] redirect + - [ ] proxy + - [ ] sni + - [ ] success + - [ ] abort + - [ ] cache + - [ ] options + - [ ] script +- [ ] DNS设置和IP测速 +- [ ] 系统代理 +- [ ] 远程配置 +- [ ] 应用: + - [ ] npm加速 + - [ ] Git代理 + - [ ] pip加速 + - [ ] 梯子 + + +### Ⅱ. 请详细描述你的问题: + + +### Ⅲ. 有必要时,请提供 `${user.home}/.dev-sidecar/running.json` 文件内容: + +```json +``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md new file mode 100644 index 0000000..7dbcf67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md @@ -0,0 +1,17 @@ +--- +name: 提新需求 +about: 如果你想提出一个新需求,请使用此模板。 +labels: Feature Request +--- + +### Ⅰ. 请描述你想要的新功能: + + + +### Ⅱ. 请描述你心目中新功能的样子: + + + +### Ⅲ. 你希望该新功能修复哪个issue? + + diff --git a/.github/ISSUE_TEMPLATE/5_OTHERS.md b/.github/ISSUE_TEMPLATE/5_OTHERS.md new file mode 100644 index 0000000..53465cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5_OTHERS.md @@ -0,0 +1,7 @@ +--- +name: 其他问题 +about: 如果不是以上问题,请使用此模板。 +--- + +### 请详细描述你的问题、需求或建议: + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e366bf2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +### Ⅰ. 描述此PR的作用: + + +### Ⅱ. 此PR修复了哪个issue吗? + +