Skip to content

Commit

Permalink
docs: add issue templates (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored Dec 15, 2020
1 parent 2ef1965 commit ca3f696
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

<!-- Please consider providing a sample code or application where the issue can be tested-->

**Expected behavior**
A clear and concise description of what you expected to happen.

**Logs**
If applicable, add logs to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. macOS]
- Lib Version [e.g. 0.6.0]

**Additional context**
Add any other context about the problem here.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: MongoDB Atlas Feature Request
url: https://feedback.mongodb.com/forums/924145-atlas?category_id=370723
about: Request a feature or up-vote an existing suggestion!
- name: MongoDB Atlas Support
url: https://support.mongodb.com/
about: Support is provided under MongoDB Atlas support plans. Please submit support questions within the Atlas UI.
- name: MongoDB Atlas
url: https://www.mongodb.com/cloud/atlas
about: Learn more about MongoDB Atlas
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To release a new version, first ensure that [Version](./mongodbatlas/mongodbatla
## Roadmap

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

0 comments on commit ca3f696

Please sign in to comment.