Skip to content

Commit

Permalink
[Internal] Added TF Plugin Framework checkbox item to PR template and…
Browse files Browse the repository at this point in the history
… removed checkbox for integration tests passing (#4227)

## Changes
<!-- Summary of your changes that are easy to understand -->

To facilitate migration to plugin framework :-)

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->

- [ ] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK
  • Loading branch information
alexott authored Dec 12, 2024
1 parent aa13b25 commit e48fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ How is this tested? Please see the checklist below and also describe any other r
- [ ] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK
- [ ] using TF Plugin Framework

0 comments on commit e48fa77

Please sign in to comment.