Skip to content

Commit

Permalink
chore: refine bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jul 28, 2023
1 parent 5083491 commit 22f91a5
Showing 1 changed file with 11 additions and 4 deletions.
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

0 comments on commit 22f91a5

Please sign in to comment.