Skip to content

Commit 0fc9e39

Browse files
committed
simplify issue templates for auto-labeling
1 parent 44707eb commit 0fc9e39

3 files changed

Lines changed: 69 additions & 14 deletions

File tree

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
name: Bug report
2-
description: File a bug report.
3-
labels: ["bug", "triage"]
1+
name: Report an issue with the google_fonts package
2+
description: Create a bug or file a feature request with the google_fonts package.
3+
labels: ["p: google_fonts", "triage"]
44
body:
5-
- type: dropdown
6-
id: package
7-
attributes:
8-
label: Package
9-
description: Which package does this concern?
10-
options:
11-
- All packages
12-
- google_fonts
13-
- dynamic_color
14-
validations:
15-
required: true
165
- type: checkboxes
176
id: is-duplicate
187
attributes:
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Report an issue with the dynamic_color package
2+
description: Create a bug or file a feature request with the dynamic_color package.
3+
labels: ["p: dynamic_color", "triage"]
4+
body:
5+
- type: checkboxes
6+
id: is-duplicate
7+
attributes:
8+
label: Existing issue?
9+
options:
10+
- label: I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues)
11+
required: true
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: What did you expect to happen? What actually happened? How can we reproduce the issue?
17+
value: |
18+
## Expected vs actual result:
19+
20+
21+
## Steps to reproduce:
22+
1.
23+
1.
24+
1.
25+
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: logs
30+
attributes:
31+
label: Relevant log output
32+
description: Please copy and paste output of `flutter doctor -v` and other relevant logs.
33+
render: shell
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Report a general issue
2+
description: Report a bug or file a feature request.
3+
labels: ["triage"]
4+
body:
5+
- type: checkboxes
6+
id: is-duplicate
7+
attributes:
8+
label: Existing issue?
9+
options:
10+
- label: I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues)
11+
required: true
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: What did you expect to happen? What actually happened? How can we reproduce the issue?
17+
value: |
18+
## Expected vs actual result:
19+
20+
21+
## Steps to reproduce:
22+
1.
23+
1.
24+
1.
25+
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: logs
30+
attributes:
31+
label: Relevant log output
32+
description: Please copy and paste output of `flutter doctor -v` and other relevant logs.
33+
render: shell

0 commit comments

Comments
 (0)