Skip to content

Commit

Permalink
update tophatting section of pull request template (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored Jul 10, 2024
1 parent cb9a258 commit 1039cc0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,32 @@
## Tophatting

<!-- paste in CLI output, log messages or screenshots showing your change works -->

<!-- Typical Terraform CRUD workflow
### Given this Terraform config file
```tf
# main.tf
```
### Create the `opslevel_<resource>` resource, `terraform apply`
```tf
# copy paste CLI outputs here
```
### Update the Terraform config file
```tf
# main.tf - with changes
```
### Update the `opslevel_<resource>` resource, `terraform apply`
```tf
# copy paste CLI outputs here
```
### Destroy the `opslevel_<resource>` resource, `terraform destroy`
```tf
# copy paste CLI outputs here
```
-->

0 comments on commit 1039cc0

Please sign in to comment.