Skip to content

Commit 7004ec0

Browse files
committed
issue template
1 parent 8379258 commit 7004ec0

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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 your issue relates to Terraform itself**, please open it in the [Terraform repository](https://github.com/hashicorp/terraform/issues).
11+
12+
**If you have an active MongoDB Atlas Support contract**, the best way for us to assist you with the Terraform MongoDB Atlas Provider is through a support ticket.
13+
14+
**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.
15+
Our support will prioritise issues that contain all the required information that follows the [one-click reproducible issues principle](../../README.md#one-click-reproducible-issues-principle).
16+
17+
- type: checkboxes
18+
attributes:
19+
label: Is there an existing issue for this?
20+
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.
21+
options:
22+
- label: I have searched the existing issues
23+
required: true
24+
25+
- type: textarea
26+
id: current_behaviour
27+
attributes:
28+
label: Current Behavior
29+
description: A concise description of what you're experiencing.
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
attributes:
35+
label: Steps To Reproduce
36+
description: Steps to reproduce the behaviour.
37+
placeholder: |
38+
1. In this environment...
39+
2. With this config...
40+
3. Run '...'
41+
4. See error...
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: logs
47+
attributes:
48+
label: Logs
49+
description: Additional logs that can help us investigate the issue. This will be automatically formatted into code, so no need for backticks.
50+
render: txt
51+
validations:
52+
required: false
53+
54+
- type: checkboxes
55+
id: terms
56+
attributes:
57+
label: Code of Conduct
58+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mongodb-labs/atlas-cli-plugin-terraform/blob/master/CODE_OF_CONDUCT.md)
59+
options:
60+
- label: I agree to follow this project's Code of Conduct
61+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Terraform MongoDB Atlas Provider Feature Request
4+
url: https://feedback.mongodb.com/forums/924145-atlas?category_id=370723
5+
about: Request a feature or up-vote an existing suggestion!
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)