From 5802c198591366933ba19d1e203b7e4a2ab3c823 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Mon, 1 Jun 2026 13:53:04 -0700 Subject: [PATCH] Remove "thoroughly tested" checkbox from PR description requirements --- .github/workflows/pr-description.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-description.yml b/.github/workflows/pr-description.yml index d0bc99abb..f7ae567fc 100644 --- a/.github/workflows/pr-description.yml +++ b/.github/workflows/pr-description.yml @@ -43,7 +43,6 @@ jobs: /- \[x\] I have added screenshots for all UI updates/i, /- \[x\] I process any text displayed to the user through translateText\(\) and I\'ve added it to the en\.json file/i, /- \[x\] I have added relevant tests to the test directory/i, - /- \[x\] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced/i, ]; for (const box of requiredBoxes) {