From cb648673e5bb13f55a2dbe2c475cc8dad1482c6a Mon Sep 17 00:00:00 2001 From: Torben Barsballe Date: Wed, 13 May 2026 15:10:13 -0700 Subject: [PATCH] Add space to checkbox markdown in PR template, so they actually render as checkboxes if unedited --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 32f5b779d..fff90311b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,9 +24,9 @@ New behavior: **PR Checklist:** -- [] This PR is as small and focused as possible -- [] If this PR includes proposed changes for inclusion in the changelog, the title of this PR summarizes those changes and is ready for inclusion in the Changelog. -- [] I have updated docstrings for function changes and docs in the 'docs' folder for user interface / behavior changes -- [] This PR does not break any examples or I have updated them +- [ ] This PR is as small and focused as possible +- [ ] If this PR includes proposed changes for inclusion in the changelog, the title of this PR summarizes those changes and is ready for inclusion in the Changelog. +- [ ] I have updated docstrings for function changes and docs in the 'docs' folder for user interface / behavior changes +- [ ] This PR does not break any examples or I have updated them **(Optional) @mentions for Notifications:**