blob: a6cfc9fc71eefc3188beccfd1b73d60bbf13b9f9 [file] [log] [blame]
Ricardo Amador15048a62023-08-30 11:51:04 -07001name: The CI infrastructure used by Flutter has a problem
2description: |
3 As a contributor, you want to file an issue about the build/test/release
4 infra, e.g. dashboards (http://flutter-dashboard.appspot.com), devicelab,
5 LUCI (https://ci.chromium.org/p/flutter) etc.
6labels: ['team-infra']
7body:
8 - type: markdown
9 attributes:
10 value: |
11 Thank you for using Flutter!
12
13 It looks like you found an issue with our Infrastructure services.
14 Please complete the form below so that we can help to resolve your
15 issue as quickly as possible.
16 - type: checkboxes
17 attributes:
18 label: Is there an existing issue for this?
19 options:
20 - label: I have searched the [existing infra issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Ateam-infra)
21 required: true
22 - type: dropdown
23 attributes:
24 label: Type of Request
25 description: |
26 Is this a bug, feature request or Infra Task?
27
28 If you have a bug and you believe the issue is a blocker please add the P0 label and
29 set the project to 'Infra Ticket Queue.'
30
31 If this is a devicelab feature such as a package update or a device is down please
32 add the 'device-lab' label to the created issue and set the project to 'Infra Ticket Queue.'
33 options:
34 - bug
35 - feature request
36 - infra task
37 default: 0
38 validations:
39 required: true
40 - type: textarea
41 id: env
42 attributes:
43 label: Infrastructure Environment
44 description: |
45 Which part of the infrastructure is this issue occurring? Or, if this is a feature
46 request, where should the feature be implemented?
47 value: LUCI, Github, Cocoon scheduler, Autosubmit, etc...
48 validations:
49 required: true
50 - type: textarea
51 id: affects
52 attributes:
53 label: What is happening?
54 description: |
55 If this is an issue please describe what is happening? If this is a feature request,
56 please describe the use case and provide a proposal of the feature.
57
58 Please include links to build pages, etc.
59 value: Please be descriptive.
60 validations:
61 required: true
62 - type: textarea
63 attributes:
64 label: Steps to reproduce
65 description: If you have a bug please include steps to reproduce the issue.
66 value: |
67 Step 1:
68 Step 2:
69 ..
70 Step n:
71 - type: textarea
72 attributes:
73 label: Expected results
74 description: If you have a bug, What should the expect output be?
75 value: I expect to see X when Y is finished.