From c15d84bd7ad31c709aea5ccfaadd969cc23b07bb Mon Sep 17 00:00:00 2001 From: Alexander Zayats Date: Mon, 19 Jan 2026 13:29:16 +0200 Subject: [PATCH] Improve PR template Use correct checklist syntax --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f546c0f..2df8c7fc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ -[ ] Add tests for the change. In general, aim for full test coverage at the Python level. Rust tests are optional. -[ ] Add any appropriate documentation. -[ ] Add a summary of changes to the `latest` section at the top of `CHANGELOG.rst`. (If it's not there, add it.) -[ ] Add your name to `AUTHORS.rst`. -[ ] Run `just full-check`. \ No newline at end of file +- [ ] Add tests for the change. In general, aim for full test coverage at the Python level. Rust tests are optional. +- [ ] Add any appropriate documentation. +- [ ] Add a summary of changes to the `latest` section at the top of `CHANGELOG.rst`. (If it's not there, add it.) +- [ ] Add your name to `AUTHORS.rst`. +- [ ] Run `just full-check`.