Revise testing verification checklist in PR template

Updated pull request template to clarify testing verification process.

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-08-17 15:28:06 +02:00
committed by GitHub
parent 61a2d94a4b
commit 8affaea53e
+2 -1
View File
@@ -7,7 +7,8 @@
- Resolves: # <!-- related github issue -->
## 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