8000 Minor template adjustment · google/flutter-desktop-embedding@ded9794 · GitHub
[go: up one dir, main page]

Skip to content

Commit ded9794

Browse files
Minor template adjustment
1 parent ab383b0 commit ded9794

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ body:
66
id: confirmation
77
attributes:
88
label: Is this a bug in one of the plugins in this project?
9-
description: If not, use [the Flutter issue tracker](https://github.com/flutter/flutter/issues)
9+
description: If not, use [the Flutter issue tracker](https://github.com/flutter/flutter/issues).
1010
options:
11-
- label: I have read [the README section about feedback](https://github.com/google/flutter-desktop-embedding/blob/master/README.md#feedback)
11+
- label: I have read [the README section about feedback](https://github.com/google/flutter-desktop-embedding/blob/master/README.md#feedback).
1212
required: true
13-
- label: My issue is about one of the plugins in this repository
13+
- label: My issue is about one of the plugins in this repository.
1414
required: true
1515
- type: dropdown
1616
id: plugin
@@ -26,14 +26,14 @@ body:
2626
id: repro
2727
attributes:
2828
label: Describe the bug
29-
description: "Please provide a clear and concise description of the bug, including steps to reproduce, and, if relevant, screenshots."
29+
description: "Please provide a clear and concise description of the bug, including steps to reproduce, and, if relevant, screenshots:"
3030
validations:
3131
required: true
3232
- type: textarea
3333
id: doctor
3434
attributes:
3535
label: Flutter doctor
36-
description: "Provide the output of `flutter doctor -v`"
36+
description: "Provide the output of `flutter doctor -v`:"
3737
render: bash
3838
validations:
3939
required: true

0 commit comments

Comments
 (0)
0