From cd78445988d4d14aa35558f8682dbfb5e26fd046 Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Wed, 25 Sep 2024 12:02:46 +0200 Subject: [PATCH] Add checkbox to remind about testing new code samples --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 59bb2a681..4ad79f869 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,7 @@ What part of the application were affected by the changes? What should be tested ### Requirement checklist - [ ] I have validated my changes on a test/local environment. +- [ ] I have tested that the code snippets I added work. (Leave unchecked if there are no new code snippets.) - [ ] I have added my changes to the V1 and V2 documentations. - [ ] I have checked the SNYK/Dependabot reports and applied the suggested changes. - [ ] (Optional) I have updated outdated packages.