From 61a2d94a4b5d56a9e5ae6e4f68fafe9b1641b90e Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 17 Aug 2026 15:19:34 +0200 Subject: [PATCH] Revise testing verification statement in PR template Updated the pull request template to clarify testing procedures. Signed-off-by: Simon L. --- .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 86ff338f..99e1b795 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ - Resolves: # ## Summary -- [ ] The PR was tested and verified that it works locally +- [ ] The PR was tested and verified that it works locally or will be tested after merge on a dedicated test instance - [ ] [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ] Tests (playwright if possible) are included - [ ] Screenshots before/after for front-end changes