Skip to content

Commit 5bf18b9

Browse files
authored
add GH issue template for AKO (#2262)
1 parent c251a71 commit 5bf18b9

File tree

3 files changed

+102
-35
lines changed

3 files changed

+102
-35
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
name: Bug report
2+
description: Something unexpected happen? Report an error, crash, or an incorrect behavior here.
3+
title: "[Bug]: <your-title>"
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for opening an issue. **These GitHub issues** are only for community reporting and assistance; as such, we don't have a guaranteed SLA.
9+
10+
**If you have an active MongoDB Atlas Support contract**, the best way for us to assist you with the Atlas Kubernetes Operator is through a support ticket.
11+
12+
**Please note:** In order for us to provide the best experience in supporting our customers, we kindly ask to make sure that all the following sections are correctly filled with all the required information.
13+
14+
- type: checkboxes
15+
attributes:
16+
label: Is there an existing issue for this?
17+
description: Please search to see if an issue already exists for the bug you encountered. If the issue has been reported add a reaction, i.e. +1, to the issue.
18+
options:
19+
- label: I have searched the existing issues
20+
required: true
21+
22+
- type: input
23+
id: operator_version
24+
attributes:
25+
label: AKO Version
26+
description: What version of the Atlas Kubernetes Operator are you running?
27+
placeholder: "Example: v2.8.0"
28+
validations:
29+
required: true
30+
31+
- type: dropdown
32+
id: download
33+
attributes:
34+
label: Distribution
35+
options:
36+
- Kubernetes
37+
- OpenShift
38+
default: 0
39+
validations:
40+
required: true
41+
42+
- type: input
43+
id: k8s_version
44+
attributes:
45+
label: Kubernetes Version
46+
description: What Kubernetes version are you running?
47+
placeholder: "Example: v1.32.3"
48+
validations:
49+
required: true
50+
51+
- type: textarea
52+
id: current_behaviour
53+
attributes:
54+
label: Current Behavior
55+
description: A concise description of what you're experiencing.
56+
validations:
57+
required: true
58+
59+
- type: textarea
60+
id: tf_config
61+
attributes:
62+
label: Custom Resources to reproduce the issue
63+
description: Please copy and paste any relevant Custom Resources. This will be automatically formatted into code, so no need for backticks.
64+
render: yaml
65+
validations:
66+
required: true
67+
68+
- type: textarea
69+
attributes:
70+
label: Steps To Reproduce
71+
description: Steps to reproduce the behaviour.
72+
placeholder: |
73+
1. In this environment...
74+
2. With this config...
75+
3. Run '...'
76+
4. See error...
77+
validations:
78+
required: true
79+
80+
- type: textarea
81+
id: logs
82+
attributes:
83+
label: Logs
84+
description: Additional logs that can help us investigate the issue. This will be automatically formatted into code, so no need for backticks.
85+
render: txt
86+
validations:
87+
required: false
88+
89+
- type: checkboxes
90+
id: terms
91+
attributes:
92+
label: Code of Conduct
93+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mongodb/mongodb-atlas-kubernetes/blob/main/CODE_OF_CONDUCT.md)
94+
options:
95+
- label: I agree to follow this project's Code of Conduct
96+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ contact_links:
33
- name: MongoDB Feedback
44
url: https://feedback.mongodb.com/forums/924355-ops-tools
55
about: Use our Feedback page to make feature requests.
6+
- name: MongoDB Atlas Support
7+
url: https://support.mongodb.com/
8+
about: Support is provided under MongoDB Atlas support plans. Please submit support questions within the Atlas UI.
9+
- name: MongoDB Atlas
10+
url: https://www.mongodb.com/cloud/atlas
11+
about: Learn more about MongoDB Atlas

0 commit comments

Comments
 (0)