From 44220b6f56318ff50e5696d8bb88a9a12a18744e Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Tue, 17 Oct 2023 14:37:21 +0100 Subject: [PATCH] Update .github/workflows/issues.yml Co-authored-by: Marco Suma --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 86b5f87799..565afaf964 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -58,7 +58,7 @@ with: issue-number: ${{ github.event.issue.number }} body: | - Thanks for opening this issue! Please make sure to provide the following information to help us reproduce the issue: + 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: - Terraform configuration file used to reproduce the issue - Terraform log files from the run where the issue occurred - Terraform Atlas provider version used to reproduce the issue