Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 80ebbfd

Browse files
authored
Merge pull request #343 from vuejs/issue-template
feat: add github issue template
2 parents 3cafbae + e1ffdb1 commit 80ebbfd

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report (Bug 报告)
3+
about: 反馈文档报错,先看下是不是找错仓库了。本仓库仅维护一个 Vuejs 3.0 官方中文站点(https://v3.cn.vuejs.org/) 。
4+
title: 'bug: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- placeholder content -->
11+
12+
首先感谢大家,向我们反馈 Vuejs 3.0 官方中文仓库反馈文档错误。
13+
14+
近期发现多例用户通过 issue、PR 反馈文档错误,经过查证,均为第三方维护者所属的网站。
15+
16+
本仓库仅维护一个 Vuejs 3.0 官方中文站点,即为 `v3.cn.vuejs.org`
17+
18+
如果你发现一个文档错误,我们非常欢迎你能够发起 PR 来修复该问题。
19+
20+
【更多】:
21+
22+
1. 如何参与文档翻译?请看此处,[集中翻译和校对工作汇总](https://github.com/vuejs/docs-next-zh-cn/issues/18)
23+
24+
2. [术语翻译约定](https://github.com/vuejs/docs-next-zh-cn/wiki/%E6%9C%AF%E8%AF%AD%E7%BF%BB%E8%AF%91%E7%BA%A6%E5%AE%9A)
25+
26+
3. [协作指南](https://github.com/vuejs/docs-next-zh-cn/wiki/%E5%8D%8F%E4%BD%9C%E6%8C%87%E5%8D%97)

.github/ISSUE_TEMPLATE/default.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Default (默认)
3+
about: 本仓库 issue 目前适用于讨论文档内容本身,如翻译、校对、修饰文档等
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)