Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit dc51caa

Browse files
committed
chore: change issue templates
Limit possible issue reports to the following types: > - bug > - feature request > - question > > Add appropriate label and label the new issue with 'triage me' label.
1 parent f4050aa commit dc51caa

File tree

4 files changed

+139
-0
lines changed

4 files changed

+139
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["type: bug", "triage me"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
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
52+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: "Community forum about Google Cloud Operations Suite"
4+
url: https://www.googlecloudcommunity.com/gc/Google-Cloud-s-operations-suite/bd-p/cloud-operations
5+
about: "Please ask questions about Cloud Monitoring, Logging, Tracing and Alerting services as well as about SLOs and Error Budgets on this forum."
6+
- name: "Microservice Demo"
7+
url: https://github.com/GoogleCloudPlatform/microservices-demo/issues/new/choose
8+
about: "Report problems that you experience with the underlying demo application to the microservices-demo repository."
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Feature Request
2+
description: Ask for a new functionality
3+
title: "[Feature]: "
4+
labels: ["type: feature request", "triage me"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
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
43+
required: true
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Ask a question
2+
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
36+
required: true

0 commit comments

Comments
 (0)