From e48fa77ffb7b91ed346cd4a4119d4b088e82208b Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Thu, 12 Dec 2024 09:07:35 -0500 Subject: [PATCH] [Internal] Added TF Plugin Framework checkbox item to PR template and removed checkbox for integration tests passing (#4227) ## Changes To facilitate migration to plugin framework :-) ## 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 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 57d5b8b59f..d55e1c8eed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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