Skip to content

Commit 062b0ad

Browse files
feat: INTMDB-1190: Update message added to github issue in the automation to create Jira ticket (#1526)
1 parent b8dcb6e commit 062b0ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/issues.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,11 @@
5858
with:
5959
issue-number: ${{ github.event.issue.number }}
6060
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

Comments
 (0)