diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 6172f8f..131cb51 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -4,20 +4,26 @@ about: 如果你在使用过程中发现问题,请使用此模板。 labels: bug --- -### Ⅰ. 请说明操作系统及使用的版本号: +## Ⅰ. 请说明操作系统及使用的版本号: 1. 操作系统:? 2. DS版本号:? -### Ⅱ. 问题描述: +## Ⅱ. 问题描述: -### Ⅲ. 期望的结果: +## Ⅲ. 期望的结果: -### Ⅳ. 如何复现问题? +## Ⅳ. 如何复现问题? 1. xxx 2. xxx 3. xxx + +## Ⅴ. 如果可以的话,请提供 `{user.home}/.dev-sidecar/running.json` 文件内容: +```json +// 请将 'running.json' 文件的内容粘贴在这里。 +``` + diff --git a/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md b/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md index fba4d0c..f58a146 100644 --- a/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md +++ b/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md @@ -27,3 +27,8 @@ labels: config issues ## 请详细描述你的问题: + +## 如果可以的话,请提供 `{user.home}/.dev-sidecar/running.json` 文件内容: +```json +// 请将 'running.json' 文件的内容粘贴在这里。 +``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/OTHERS.md b/.github/ISSUE_TEMPLATE/OTHERS.md new file mode 100644 index 0000000..f6d702b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/OTHERS.md @@ -0,0 +1,7 @@ +--- +name: 其他问题 +about: 如果不是以上问题,请使用此模板。 +--- + +## 请详细描述你的问题: +