From 590bfdf84c432f296dbadbcc37bde35e91591f61 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Tue, 31 Mar 2026 20:49:20 -0700 Subject: [PATCH] Request verifying changes in PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 52c903d80..1954a8ddc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,11 @@ ## Description - - ## Checklist - [ ] I've added this contribution to the `changelog.rst`. - [ ] I've added my name to the `AUTHORS` file (or it's already there). - [ ] I installed pre-commit hooks (`pip install pre-commit && pre-commit install`). +- [ ] I verified that my changes work as expected (this may include manually testing them in your local environment, or in other available environments). Cross this out if not relevant (for example, if you're making a documentation change). - [x] Please squash merge this pull request (uncheck if you'd like us to merge as multiple commits)