From 28858ecb85336fc331e76b2f981dad0d2e7cbf27 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Tue, 3 Feb 2026 17:39:07 +0100 Subject: [PATCH] chore: add "I have built and tested this PR" box to PR template (#49434) --- .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 0d6aa8d39e..c4826abeac 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,6 +11,7 @@ Contributors guide: https://github.com/electron/electron/blob/main/CONTRIBUTING. - [ ] PR description included +- [ ] I have built and tested this PR - [ ] `npm test` passes - [ ] tests are [changed or added](https://github.com/electron/electron/blob/main/docs/development/testing.md) - [ ] relevant API documentation, tutorials, and examples are updated and follow the [documentation style guide](https://github.com/electron/electron/blob/main/docs/development/style-guide.md)