From b29b55183f0a9013e1af9a2ed7b30a61af801fe1 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:58:37 +0200 Subject: [PATCH] Explicit checkbox that the contributor did not look at Terraform (#1936) Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> --- .github/pull_request_template.md | 1 + CONTRIBUTING.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5c4582f720..3514468882 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,6 +22,7 @@ Resolves # - [ ] I have read the [contribution guide](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md). - [ ] I have not used an AI coding assistant to create this PR. - [ ] I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from. +- [ ] I (and other contributors to this PR) have not looked at the Terraform source code while implementing this PR. ### Go checklist diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4a44d4b8c..21ec0bc832 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,6 +56,7 @@ Please make sure you complete the following checklist before you mark your PR re - [ ] I have read the contribution guidelines. - [ ] I have not used an AI coding assistant to create this PR. - [ ] I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from. +- [ ] I (and other contributors to this PR) have not looked at the Terraform source code while implementing this PR. ### Go checklist