Skip to content

Commit 07ca587

Browse files
authored
Merge pull request #901 from hunnble/dev/templateAndConfigs
feat: 修改issue template格式,添加mpvue-bot配置
2 parents cfbd968 + 74811d9 commit 07ca587

File tree

5 files changed

+80
-19
lines changed

5 files changed

+80
-19
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: 报告问题(Bug report)
3+
about: 描述你遇到的问题并寻求社区帮助
4+
---
5+
6+
## [问题简单描述]
7+
8+
**问题复现步骤:**
9+
10+
1. [第一步]
11+
2. [第二步]
12+
3. [其他步骤...]
13+
14+
**期望的表现:**
15+
16+
[在这里描述期望的表现]
17+
18+
**观察到的表现:**
19+
20+
[在这里描述观察到的表现]
21+
22+
**屏幕截图或动态图:**
23+
24+
![复现步骤的屏幕截图和动态 GIF 图](图片的 url)
25+
[建议提供可运行的demo]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: 建议新功能(Feature Request)
3+
about: 展示已经实现的新功能,或者对项目提出新的需求和建议
4+
---
5+
6+
## [在此简单描述您的建议]
7+
8+
**新功能相关的问题issue或讨论:**
9+
10+
[在这里引用新功能相关的讨论]
11+
12+
**新功能的实现:**
13+
14+
[在这里填写或简单描述功能的实现方式或需求的解决方式]
15+
16+
**相关项目或文档:**
17+
18+
[在这里引用相关项目或文档地址]

.github/issue_template.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
issueConfigs:
2+
-
3+
bannedTitle: "问题简单描述"
4+
subtitles:
5+
- "问题复现步骤:"
6+
- "期望的表现:"
7+
- "观察到的表现:"
8+
- "屏幕截图或动态图:"
9+
bannedContents:
10+
- "第一步"
11+
- "第二步"
12+
- "其他步骤..."
13+
- "在这里描述期望的表现"
14+
- "在这里描述观察到的表现"
15+
- "复现步骤的屏幕截图和动态 GIF 图"
16+
- "图片的 url",
17+
- "建议提供可运行的demo"
18+
-
19+
bannedTitle: "在此简单描述您的建议"
20+
subtitles:
21+
- "新功能相关的问题issue或讨论:"
22+
- "新功能的实现:"
23+
- "相关项目或文档:"
24+
bannedContents:
25+
- "在这里引用新功能相关的讨论"
26+
- "在这里填写或简单描述功能的实现方式或需求的解决方式"
27+
- "在这里引用相关项目或文档地址"
28+
29+
comments:
30+
closeIssue: "issue不符合格式要求,请确保格式正确且填写所有有效信息。请确保issue中存在模板中各级小标题(如“期望的表现:”或“新功能的实现:”),且小标题下内容不是模板默认内容(如“[在这里描述期望的表现]”或“[在这里填写或简单描述功能的实现方式或需求的解决方式]”)"

.github/stale.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
daysUntilStale: 30
2+
3+
markComment: "issue超过30天无更新或响应,7天后将自动关闭,如果问题状态有更新请及时更新issue"
4+
5+
limitPerRun: 24
6+
7+
only: issues

0 commit comments

Comments
 (0)