8000 Structure template for non-bug feedback · google/flutter-desktop-embedding@cb878ba · GitHub
[go: up one dir, main page]

Skip to content

Commit cb878ba

Browse files
Structure template for non-bug feedback
1 parent ce665e1 commit cb878ba

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/OTHER.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Other
2+
description: Request a feature, or provide other feedback that is not about a bug
3+
4+
body:
5+
- type: checkboxes
6+
id: confirmation
7+
attributes:
8+
label: Is this request within the scope of this project?
9+
description: If not, use [the Flutter issue tracker](https://github.com/flutter/flutter/issues).
10+
options:
11+
- label: I have read [the README section about feedback](https://github.com/google/flutter-desktop-embedding/blob/master/README.md#feedback).
12+
required: true
13+
- label: My request is specifically related to this repository, not Flutter's desktop support.
14+
required: true
15+
- type: dropdown
16+
id: plugin
17+
attributes:
18+
label: Which plugin is this request about?
19+
options:
20+
- file_selector
21+
- menubar
22+
- window_size
23+
- A proposal for a new experimental plugin
24+
- Other feedback
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: request
29+
attributes:
30+
label: Describe the request
31+
validations:
32+
required: true

0 commit comments

Comments
 (0)
0