Skip to content

Commit 760e8f9

Browse files
author
tiann
committed
issue bot
1 parent cf30892 commit 760e8f9

File tree

5 files changed

+42
-9
lines changed

5 files changed

+42
-9
lines changed

.github/ISSUE_TEMPLATE/-----.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ about: Suggest an idea for this project
55
---
66

77
**Is your feature request related to a problem? Please describe.**
8+
89
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
910

1011
**Describe the solution you'd like**
12+
1113
A clear and concise description of what you want to happen.
1214

1315
**Describe alternatives you've considered**
16+
1417
A clear and concise description of any alternative solutions or features you've considered.
1518

1619
**Additional context**
20+
1721
Add any other context or screenshots about the feature request here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 意见和建议
3+
about: Feature中文版
4+
5+
---
6+
7+
**BUG反馈请不要用这个模版,否则直接关闭!!**
8+
9+
## 场景描述
10+
11+
(请详细和精确地表述你的使用场景)
12+
13+
## 希望的解决方案
14+
15+
(你希望如何解决这个问题?)
16+
17+
## 其他信息
18+
19+
(其他你认为有用的信息)

.github/issue-close-app.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Comment that will be sent if an issue is judged to be closed
2+
comment: "This issue is closed because it does not meet our issue template/为方便解决问题,请使用 issue 模版提交问题。"
3+
issueConfigs:
4+
# There can be several configs for different kind of issues.
5+
- content:
6+
# Example 1: bug report
7+
- "Expected Behavior"
8+
- "To Reproduce"
9+
- "Describe the bug"
10+
- content:
11+
# Example 2: feature request
12+
- "Describe the solution"
13+
- content:
14+
- "问题描述"
15+
- "复现步骤"
16+
- "环境"
17+
- content:
18+
- "场景描述"
19+
- "希望的解决方案"

0 commit comments

Comments
 (0)