Skip to content

Commit aca12e9

Browse files
wxsmsJustineoveabaJinjiang
authored
chore: add issue template (vuejs-translations#507)
* chore: add issue template * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Apply suggestions from code review Co-authored-by: GU Yiling <[email protected]> * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Apply suggestions from code review Co-authored-by: Godpu <[email protected]> * Update bug_report.yaml * Apply suggestions from code review Co-authored-by: GU Yiling <[email protected]> Co-authored-by: Godpu <[email protected]> Co-authored-by: Jinjiang <[email protected]>
1 parent c5fa83c commit aca12e9

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: 问题报告
2+
description: 报告本站点相关的问题。请认真阅读并填写,否则 issue 将可能被直接关闭。
3+
labels: []
4+
assignees: []
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
这里是 Vue.js 3 官方中文 [cn.vuejs.org](https://cn.vuejs.org/) 仓库,仅处理:
10+
1. 文档翻译相关;
11+
2. 网络环境和本地化;
12+
3. 其他与本仓库直接相关的问题,如译法讨论、流程优化等。
13+
14+
- type: checkboxes
15+
id: terms
16+
attributes:
17+
label: 提问须知
18+
description: 请认真阅读以上说明后,勾选以下字段。
19+
options:
20+
- label: 我确定这是官方版本 [cn.vuejs.org](https://cn.vuejs.org/) 的 issue,而不是其他非官方翻译版本
21+
required: true
22+
- label: 我确定这是翻译问题,而不是英文原文的问题 (英文原文的问题请移步至[英文文档仓库](https://github.com/vuejs/docs)讨论,相关结论我们会定期从英文版同步)
23+
required: true
24+
- label: 我确定这不是 Vue.js 使用方面的问题 (此类问题请在我们的[论坛](https://forum.vuejs.org/c/chinese/7)、[Discord 聊天室](https://chat.vuejs.org/) 或 [StackOverflow](https://stackoverflow.com/tags/vue.js) 上发帖求助)
25+
required: true
26+
27+
- type: dropdown
28+
id: issuetype
29+
attributes:
30+
label: 问题类型
31+
description: 请选择本 issue 所涉及的问题类型。
32+
options:
33+
- 文档翻译相关
34+
- 网络环境和本地化
35+
- 译法讨论
36+
- 流程优化
37+
- 其他
38+
validations:
39+
required: true
40+
41+
- type: textarea
42+
id: desc
43+
attributes:
44+
label: 问题描述
45+
description: 请描述问题,**截图+有效链接更佳**。
46+
validations:
47+
required: true
48+

0 commit comments

Comments
 (0)