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
{{ message }}
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Limit possible issue reports to the following types:
> - bug
> - feature request
> - question
>
> Add appropriate label and label the new issue with 'triage me' label.
Thanks for stopping by to let us know something could be better!
10
+
Before you submit your problem, please search the [already opened issues](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22).
11
+
- type: input
12
+
id: version
13
+
attributes:
14
+
label: Version of Cloud Ops Sandbox
15
+
description: (Run `sandboxctl --version` to check for the version)
16
+
placeholder: ex. 0.9.2
17
+
validations:
18
+
required: true
19
+
- type: dropdown
20
+
id: os
21
+
attributes:
22
+
label: Your client machine OS?
23
+
multiple: false
24
+
options:
25
+
- iOS
26
+
- Linux
27
+
- Windows
28
+
- Other
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: what-happened
33
+
attributes:
34
+
label: Tell us, what is a problem?
35
+
placeholder: Tell us what you see!
36
+
validations:
37
+
required: true
38
+
- type: textarea
39
+
id: what-expected
40
+
attributes:
41
+
label: What you expected to happen?
42
+
placeholder: Tell us what you want to see!
43
+
validations:
44
+
required: false
45
+
- type: checkboxes
46
+
id: terms
47
+
attributes:
48
+
label: Code of Conduct
49
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/blob/main/CODE_OF_CONDUCT.md)
50
+
options:
51
+
- label: I agree to follow this project's Code of Conduct
Thanks for stopping by to let us know something could be better!
10
+
Before submitting your request, please have a look at the [already opened requests](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+feature+request%22)
11
+
to see if a similar request has not been already submitted.
12
+
Try to keep your suggestion useful for the wide user audience.
13
+
- type: textarea
14
+
id: what-happened
15
+
attributes:
16
+
label: Tell us, what problem you are trying to solve?
17
+
placeholder: Tell us what you see!
18
+
validations:
19
+
required: false
20
+
- type: textarea
21
+
id: what-expected
22
+
attributes:
23
+
label: Please describe your proposal
24
+
description: Provide as much information as possible. Use examples and images.
25
+
placeholder: Tell us how it would look like!
26
+
validations:
27
+
required: true
28
+
- type: input
29
+
id: version
30
+
attributes:
31
+
label: Specify the version of Cloud Ops Sandbox if relevant
32
+
description: (Run `sandboxctl --version` to check for the version)
33
+
placeholder: ex. 0.9.2
34
+
validations:
35
+
required: false
36
+
- type: checkboxes
37
+
id: terms
38
+
attributes:
39
+
label: Code of Conduct
40
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/blob/main/CODE_OF_CONDUCT.md)
41
+
options:
42
+
- label: I agree to follow this project's Code of Conduct
description: Inquire about something in the project
3
+
title: "[Question]: "
4
+
labels: ["type: question", "triage me"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thanks for stopping by to ask your question!
10
+
Before submitting it, please have a look at the [already asked questions](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues?q=is%3Aissue+label%3A%22type%3A+question%22+)
11
+
to see if a similar request has not been already submitted.
12
+
Try to keep your suggestion useful for the wide user audience.
13
+
- type: textarea
14
+
id: what-you-want-to-know
15
+
attributes:
16
+
label: Tell us, about your question
17
+
description: Provide as much information as possible. Use examples and images.
18
+
placeholder: Tell us what you want to know!
19
+
validations:
20
+
required: true
21
+
- type: input
22
+
id: version
23
+
attributes:
24
+
label: Specify the version of Cloud Ops Sandbox if relevant
25
+
description: (Run `sandboxctl --version` to check for the version)
26
+
placeholder: ex. 0.9.2
27
+
validations:
28
+
required: false
29
+
- type: checkboxes
30
+
id: terms
31
+
attributes:
32
+
label: Code of Conduct
33
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/blob/main/CODE_OF_CONDUCT.md)
34
+
options:
35
+
- label: I agree to follow this project's Code of Conduct
0 commit comments