Skip to content

Commit 6977b9e

Browse files
committed
🔧 Update issue templates
1 parent 1e53c46 commit 6977b9e

File tree

2 files changed

+47
-35
lines changed

2 files changed

+47
-35
lines changed
Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,45 @@
11
---
22
name: Bug report (BUG模板)
3-
about: Create a bug report to help us fix it. (创建一个BUG报告以帮助我们进行修复)
3+
about: Create a bug report helping us fix it. (创建一个 BUG 报告以帮助我们进行修复)
44
title: "[BUG] Error with something"
55
labels: await investigate, bug
6-
assignees: ''
76

87
---
98

10-
**Describe the bug (描述)**
11-
A clear and concise description of what the bug is. 请用精炼的语句准确描述你遇到的BUG。
9+
**Describe the bug**
10+
<!-- A clear and concise description of what the bug is.
11+
请用精炼的语句准确描述你遇到的BUG。-->
1212

13-
**How to reproduce (如何复现)**
14-
Please **provide a minimum demo** rather than **a full project or a incomplete pages**. Otherwise we have rights to reject your request.
13+
**How to reproduce**
14+
<!-- Please **provide a minimum demo** rather than
15+
**a full project or a incomplete pages**.
16+
Otherwise, we won't accept your request.
17+
请提供一个 **最简单的 demo** 用于复现,而不要提供 **整个项目或者不完整的页面**,
18+
否则我们不会受理你的问题。-->
1519

16-
请提供一个**最小化的demo**用于复现,而不要提供**整个项目或者不完整的页面**,否则我们有权拒绝你的请求。
20+
Steps to reproduce the behavior:
21+
<!-- 描述复现步骤 -->
1722

18-
Steps to reproduce the behavior (描述复现步骤):
1923
1. Go to '...'
2024
2. Click on '....'
2125
3. Scroll down to '....'
22-
4. See error
26+
4. Error occurred.
2327

24-
**Expected behavior (期望行为)**
25-
A clear and concise description of what you expected to happen.
28+
**Expected behavior**
29+
<!-- A clear and concise description of what you expected to happen.
30+
描述你期望的行为。-->
2631

27-
**Screenshots (If contains) (是否有截图可以提供)**
28-
If applicable, add screenshots to help explain your problem.
32+
**Screenshots (If contains)**
33+
<!-- If applicable, add screenshots to help explain your problem.
34+
如有相关截图,请提供它们用于解释问题所在。-->
2935

30-
**Device information (设备信息)**
31-
- Device: [e.g. iPhone6]
32-
- OS: [e.g. iOS8.1]
33-
- Package Version: [e.g. 22]
34-
- Flutter Version: [e.g. v1.17.1]
36+
**Version information**
3537

36-
**Additional context (附加信息)**
37-
Add any other context about the problem here. 在此提供更多的内容。
38+
- Device: [e.g. iPhone X]
39+
- OS: [e.g. iOS 14.7.1]
40+
- Package Version: [e.g. 2.4.1]
41+
- Flutter Version: [e.g. v2.5.0]
42+
43+
**Additional context**
44+
<!-- Add any other context about the problem here.
45+
在此提供更多的内容。 -->
Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
---
22
name: Feature request (功能请求)
3-
about: Request a new feature that the package didn't included. (请求一个依赖并未包含的功能)
3+
about: Request a new feature that the package didn't include. (请求一个依赖并未包含的功能)
44
title: "[Feature] Request a feature with something"
55
labels: feature, await investigate
6-
assignees: ''
76

87
---
98

10-
**Version information (版本信息)**
11-
- Device: *e.g. iPhone6*
12-
- OS: *e.g. iOS 13.4*
13-
- Package Version: *e.g. v2.1.0*
14-
- Flutter Version: *e.g. v1.17.1*
9+
**Version information**
10+
- Device: *e.g. iPhone X*
11+
- OS: *e.g. iOS 14.7.1*
12+
- Package Version: *e.g. v2.4.1*
13+
- Flutter Version: *e.g. v2.5.0*
1514

16-
**Is your feature request related to a problem? (功能是否与已有问题关联)**
17-
A clear and concise description it it's related to a exist problem. (如果与已有问题有关,请准确描述)
15+
**Is your feature request related to a problem?**
16+
<!-- A clear and concise description if it's related to an exist problem.
17+
如果与已有问题有关,请准确描述。-->
1818

19-
**Describe the solution you'd like (描述你期望的解决方案)**
20-
A clear and concise description of what you want to happen.
19+
**Describe the solution you'd like**
20+
<!-- A clear and concise description of what you want to happen.
21+
描述你期望的解决方案。-->
2122

22-
**Describe alternatives you've considered (其他解决方案或疑虑)**
23-
A clear and concise description of any alternative solutions or features you've considered.
23+
**Describe alternatives you've considered**
24+
<!-- A clear and concise description of any alternative solutions
25+
or features you've considered.
26+
准确描述其他解决方案或你的疑虑。 -->
2427

25-
**Additional context (附加内容)**
26-
Add any other context or screenshots about the feature request here.
28+
**Additional context**
29+
<!-- Add any other context or screenshots about the feature request here.
30+
请提供任何你认为需要的附加内容。 -->

0 commit comments

Comments
 (0)