Skip to content

Commit 82dfca2

Browse files
docs: 更新 issue 模板- 修改 bug 报告模板,移除环境信息输入,增加 Servicecomb 版本输入
-简化 additional context 部分 - 移除附件选项 - 更新 config.yml,添加邮件支持链接
1 parent 285baa4 commit 82dfca2

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,12 @@ body:
2222

2323
- type: input
2424
attributes:
25-
label: Environment (OS, Version, etc.)
26-
description: "Please provide your operating system, version, and any relevant environment details."
27-
placeholder: "e.g. Windows 10, Node.js v14"
25+
label: Servicecomb Version
26+
description: "Please provide your Servicecomb version"
27+
placeholder: "3.2.4"
2828

2929
- type: textarea
3030
attributes:
3131
label: Additional Context
3232
description: "Add any other context about the problem here."
3333
placeholder: "Any additional information that might help us debug the issue."
34-
35-
- type: checkboxes
36-
attributes:
37-
label: Attachments (Optional)
38-
options:
39-
- label: "Screenshots"
40-
- label: "Log files"
41-
- label: "Error messages"

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: "Doc Support"
4-
url: "https://servicecomb.apache.org/references/java-chassis/zh_CN/index.html"
5-
# url: "mailto:support@myproject.com"
3+
- name: "Contact Support"
4+
url: "dev@servicecomb.apache.org"
65
about: "If you need help, please contact us."
76
templates:
87
- name: "Bug Report"

0 commit comments

Comments
 (0)