Skip to content

Commit c8857b1

Browse files
docs: Update issues templates
1 parent 5114281 commit c8857b1

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,34 @@ labels: bug
77

88
## Environment
99

10-
**Package name:** <!-- flutter_form_builder, form_builder_extra_field, form_builder_phone_field or form_builder_validators -->
11-
**Package version:** <!-- Add branch if necessary -->
12-
**Platform:** <!-- iOS, Android, Web, etc -->
13-
**Device information:** <!-- Manufacturer and model -->
10+
**Package name and version:** <!-- flutter_form_builder, form_builder_extra_field, form_builder_phone_field or form_builder_validators with version-->
11+
12+
<details>
13+
<summary>Flutter doctor</summary>
14+
15+
<!-- Paste the output of running `flutter doctor -v` below inside ``` and ``` -->
16+
```
17+
```
18+
19+
</details>
20+
21+
<details>
22+
<summary>Code sample</summary>
23+
24+
<!--
25+
Please create a minimal reproducible sample that shows the problem
26+
and attach it below between the lines with the backticks.
27+
28+
You can use a example code or Flutter sample app
29+
30+
Without this we will unlikely be able to progress on the issue, and because of that
31+
we regretfully will have to close it.
32+
-->
33+
34+
```dart
35+
```
36+
37+
</details>
1438

1539
## Description
1640

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ labels: enhancement
77

88
## Environment
99

10-
**Package name:** <!-- flutter_form_builder, form_builder_extra_field, form_builder_phone_field or form_builder_validators -->
11-
**Package version:** <!-- Add branch if necessary -->
12-
**Platform:** <!-- iOS, Android, Web, etc -->
13-
**Device information:** <!-- Manufacturer and model -->
10+
**Package name and version:** <!-- flutter_form_builder, form_builder_extra_field, form_builder_phone_field or form_builder_validators with version-->
1411

1512
## Description
1613

0 commit comments

Comments
 (0)