Skip to content

Commit ca3f696

Browse files
authored
docs: add issue templates (#159)
1 parent 2ef1965 commit ca3f696

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
<!-- Please consider providing a sample code or application where the issue can be tested-->
14+
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
18+
**Logs**
19+
If applicable, add logs to help explain your problem.
20+
21+
**Desktop (please complete the following information):**
22+
- OS: [e.g. macOS]
23+
- Lib Version [e.g. 0.6.0]
24+
25+
**Additional context**
26+
Add any other context about the problem here.

.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: false
2+
contact_links:
3+
- name: MongoDB Atlas 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To release a new version, first ensure that [Version](./mongodbatlas/mongodbatla
7474
## Roadmap
7575

7676
This library is being initially developed for [mongocli](https://github.com/mongodb/mongocli),
77-
[Atlas Terraform Provider](https://github.com/terraform-providers/terraform-provider-mongodbatlas),
77+
[Atlas Terraform Provider](https://github.com/mongodb/terraform-provider-mongodbatlas),
7878
[Atlas Vault Plugin](https://github.com/hashicorp/vault-plugin-secrets-mongodbatlas), and
7979
[Atlas Cloudformation Provider](https://github.com/mongodb/mongodbatlas-cloudformation-resources)
8080
so API methods will likely be implemented in the order that they are

0 commit comments

Comments
 (0)