Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Updates template issue with clearer guidelines. #1510

Merged
merged 6 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/ISSUE_TEMPLATE/Bug_Report.md
Co-authored-by: Agustin Bettati <[email protected]>
marcosuma and AgustinBettati authored Oct 16, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
addaleax Anna Henningsen
commit 0159aeefab809be68273814d273f4841aab2726e
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ Thank you for opening an issue. **These GitHub issues** are only for community r

In order to follow the **"one-click reproducible issues" principle**, please follow these guidelines:

* We should be able to make no changes to your provided script and **be able to run `terraform plan` and `terraform apply` with no errors**.
* We should be able to make no changes to your provided script and **be able to run a local execution reproducing the issue**.
* This means that you should kindly provide us the whole script contatining all the required instructions. This also includes but not limited to:
* Terraform Atlas provider version used to reproduce the issue
* Terraform version used to reproduce the issue