File tree Expand file tree Collapse file tree 3 files changed +76
-0
lines changed Expand file tree Collapse file tree 3 files changed +76
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report (BUG模板)
3
+ about : Create a bug report helping us fix it. (创建一个 BUG 报告以帮助我们进行修复)
4
+ title : " [BUG] Error with something"
5
+ labels : await investigate, bug
6
+
7
+ ---
8
+
9
+ ** Describe the bug**
10
+ <!-- A clear and concise description of what the bug is.
11
+ 请用精炼的语句准确描述你遇到的BUG。-->
12
+
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
+ 否则我们不会受理你的问题。-->
19
+
20
+ Steps to reproduce the behavior:
21
+ <!-- 描述复现步骤 -->
22
+
23
+ 1 . Go to '...'
24
+ 2 . Click on '....'
25
+ 3 . Scroll down to '....'
26
+ 4 . Error occurred.
27
+
28
+ ** Expected behavior**
29
+ <!-- A clear and concise description of what you expected to happen.
30
+ 描述你期望的行为。-->
31
+
32
+ ** Screenshots (If contains)**
33
+ <!-- If applicable, add screenshots to help explain your problem.
34
+ 如有相关截图,请提供它们用于解释问题所在。-->
35
+
36
+ ** Version information**
37
+
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
+ 在此提供更多的内容。 -->
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request (功能请求)
3
+ about : Request a new feature that the package didn't include. (请求一个依赖并未包含的功能)
4
+ title : " [Feature] Request a feature with something"
5
+ labels : feature, await investigate
6
+
7
+ ---
8
+
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*
14
+
15
+ ** Is your feature request related to a problem?**
16
+ <!-- A clear and concise description if it's related to an exist problem.
17
+ 如果与已有问题有关,请准确描述。-->
18
+
19
+ ** Describe the solution you'd like**
20
+ <!-- A clear and concise description of what you want to happen.
21
+ 描述你期望的解决方案。-->
22
+
23
+ ** Describe alternatives you've considered**
24
+ <!-- A clear and concise description of any alternative solutions
25
+ or features you've considered.
26
+ 准确描述其他解决方案或你的疑虑。 -->
27
+
28
+ ** Additional context**
29
+ <!-- Add any other context or screenshots about the feature request here.
30
+ 请提供任何你认为需要的附加内容。 -->
You can’t perform that action at this time.
0 commit comments