From 8affaea53e9e737c9e35cce89d3f4cb168d80b1f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 17 Aug 2026 15:28:06 +0200 Subject: [PATCH] Revise testing verification checklist in PR template Updated pull request template to clarify testing verification process. Signed-off-by: Simon L. --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 99e1b795..462cc7da 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,8 @@ - Resolves: # ## Summary -- [ ] The PR was tested and verified that it works locally or will be tested after merge on a dedicated test instance +- [ ] The PR was tested and verified that it works locally +- [ ] Or will be tested after merge on a dedicated test instance (available for maintainers) - [ ] [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