You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yaml
+40-40Lines changed: 40 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -2,49 +2,49 @@ name: 'Bug report'
2
2
description: 'File a bug report'
3
3
labels: ['bug']
4
4
body:
5
-
- type: 'markdown'
6
-
attributes:
7
-
value: |-
8
-
Thank you for filing a bug. Please complete the form below so we can triage, reproduce, and fix your issue. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To report bugs in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
5
+
- type: 'markdown'
6
+
attributes:
7
+
value: |-
8
+
Thank you for filing a bug. Please complete the form below so we can triage, reproduce, and fix your issue. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To report bugs in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
9
9
10
-
- id: 'tldr'
11
-
type: 'textarea'
12
-
attributes:
13
-
label: 'TL;DR'
14
-
description: 'Describe the bug in 1-2 sentences.'
15
-
validations:
16
-
required: true
10
+
- id: 'tldr'
11
+
type: 'textarea'
12
+
attributes:
13
+
label: 'TL;DR'
14
+
description: 'Describe the bug in 1-2 sentences.'
15
+
validations:
16
+
required: true
17
17
18
-
- id: 'expected_behavior'
19
-
type: 'textarea'
20
-
attributes:
21
-
label: 'Expected behavior'
22
-
description: 'What did you expect to happen?'
18
+
- id: 'expected_behavior'
19
+
type: 'textarea'
20
+
attributes:
21
+
label: 'Expected behavior'
22
+
description: 'What did you expect to happen?'
23
23
24
-
- id: 'observed_behavior'
25
-
type: 'textarea'
26
-
attributes:
27
-
label: 'Observed behavior'
28
-
description: 'What happened instead?'
24
+
- id: 'observed_behavior'
25
+
type: 'textarea'
26
+
attributes:
27
+
label: 'Observed behavior'
28
+
description: 'What happened instead?'
29
29
30
-
- id: 'action_yaml'
31
-
type: 'textarea'
32
-
attributes:
33
-
label: 'Action YAML'
34
-
description: 'Paste your entire GitHub Actions YAML here, removing any sensitive values. Include the entire workflow file, not just the section you believe to be relevant.'
35
-
render: 'yaml'
36
-
validations:
37
-
required: true
30
+
- id: 'action_yaml'
31
+
type: 'textarea'
32
+
attributes:
33
+
label: 'Action YAML'
34
+
description: 'Paste your entire GitHub Actions YAML here, removing any sensitive values. Include the entire workflow file, not just the section you believe to be relevant.'
35
+
render: 'yaml'
36
+
validations:
37
+
required: true
38
38
39
-
- id: 'log_output'
40
-
type: 'textarea'
41
-
attributes:
42
-
label: 'Log output'
43
-
description: 'Paste all log output here from the GitHub Actions run here, removing any sensitive values. Include the entire log output, not just the section you believe to be relevant. If your workflow is public, you can also provide a link to a failed run. For more information on downloading logs, please see https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs#downloading-logs.'
44
-
render: 'text'
39
+
- id: 'log_output'
40
+
type: 'textarea'
41
+
attributes:
42
+
label: 'Log output'
43
+
description: 'Paste all log output here from the GitHub Actions run here, removing any sensitive values. Include the entire log output, not just the section you believe to be relevant. If your workflow is public, you can also provide a link to a failed run. For more information on downloading logs, please see https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs#downloading-logs.'
44
+
render: 'text'
45
45
46
-
- id: 'additional'
47
-
type: 'textarea'
48
-
attributes:
49
-
label: 'Additional information'
50
-
description: 'Is there anything else you think we should know?'
46
+
- id: 'additional'
47
+
type: 'textarea'
48
+
attributes:
49
+
label: 'Additional information'
50
+
description: 'Is there anything else you think we should know?'
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yaml
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,27 @@ name: 'Feature request'
2
2
description: 'File a feature request'
3
3
labels: ['enhancement']
4
4
body:
5
-
- type: 'markdown'
6
-
attributes:
7
-
value: |-
8
-
Thank you for requesting a feature. Please complete the form below so we can triage and prioritize your feature. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To request features in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
5
+
- type: 'markdown'
6
+
attributes:
7
+
value: |-
8
+
Thank you for requesting a feature. Please complete the form below so we can triage and prioritize your feature. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To request features in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
9
9
10
-
- id: 'tldr'
11
-
type: 'textarea'
12
-
attributes:
13
-
label: 'TL;DR'
14
-
description: 'Describe the feature in 1-2 sentences.'
15
-
validations:
16
-
required: true
10
+
- id: 'tldr'
11
+
type: 'textarea'
12
+
attributes:
13
+
label: 'TL;DR'
14
+
description: 'Describe the feature in 1-2 sentences.'
15
+
validations:
16
+
required: true
17
17
18
-
- id: 'detailed_design'
19
-
type: 'textarea'
20
-
attributes:
21
-
label: 'Detailed design'
22
-
description: 'Do you have more information about a detailed design? Are there specific considerations to take? Include sample YAML.'
18
+
- id: 'detailed_design'
19
+
type: 'textarea'
20
+
attributes:
21
+
label: 'Detailed design'
22
+
description: 'Do you have more information about a detailed design? Are there specific considerations to take? Include sample YAML.'
23
23
24
-
- id: 'additional'
25
-
type: 'textarea'
26
-
attributes:
27
-
label: 'Additional information'
28
-
description: 'Is there anything else you think we should know?'
24
+
- id: 'additional'
25
+
type: 'textarea'
26
+
attributes:
27
+
label: 'Additional information'
28
+
description: 'Is there anything else you think we should know?'
0 commit comments