You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/issues.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,4 +58,11 @@
58
58
with:
59
59
issue-number: ${{ github.event.issue.number }}
60
60
body: |
61
-
Thanks for opening this issue. The ticket [${{ steps.create.outputs.jira-ticket-id }}](https://jira.mongodb.org/browse/${{ steps.create.outputs.jira-ticket-id }}) was created for internal tracking.
61
+
Thanks for opening this issue! Please make sure you've followed [our guidelines](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/new?assignees=&labels=&projects=&template=Bug_Report.md) when opening the issue. In short, to help us reproduce the issue we need:
62
+
- Terraform configuration file used to reproduce the issue
63
+
- Terraform log files from the run where the issue occurred
64
+
- Terraform Atlas provider version used to reproduce the issue
65
+
- Terraform version used to reproduce the issue
66
+
- Confirmation if Terraform OSS, Terraform Cloud, or Terraform Enterprise deployment
67
+
68
+
The ticket [${{ steps.create.outputs.jira-ticket-id }}](https://jira.mongodb.org/browse/${{ steps.create.outputs.jira-ticket-id }}) was created for internal tracking.
0 commit comments