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

chore: refine bug issue template #347

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
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
15 changes: 11 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,17 @@ body:

Tip: You can attach your HCL files and Terraform scripts here by clicking this area to highlight it and then dragging files in.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Execute a `terraform init`
2. Execute a `terraform apply` with the following configuration

```hcl
<!-- terraform script goes here -->
```
3. Adjust the configuration:

```hcl
<!-- terraform script goes here -->
```
validations:
required: false
- type: textarea
Expand Down
Loading