From c90c97a507d108136840c56ada10dcd9cb89cee4 Mon Sep 17 00:00:00 2001 From: Martijn Courteaux Date: Tue, 17 Mar 2026 16:57:57 +0100 Subject: [PATCH 1/5] Delete newline that causes formatting issue on Github. Hopefully this was not a precommit auto-fix? --- .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 32b143a4778b..e037b657a4b4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,6 +20,5 @@ least be tagged with the `release_notes` label. - [ ] Tests added or updated (not required for docs, CI config, or typo fixes) - [ ] Documentation updated (if public API changed) - [ ] Python bindings updated (if public API changed) -- [ ] Benchmarks are included here if the change is intended to affect - performance. +- [ ] Benchmarks are included here if the change is intended to affect performance. - [ ] Commits include AI attribution where applicable (see Code of Conduct) From ad8a3913425cc9ee7f4e02faae23047a438b749f Mon Sep 17 00:00:00 2001 From: "halide-ci[bot]" <266445882+halide-ci[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:02:13 +0000 Subject: [PATCH 2/5] Apply pre-commit auto-fixes --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e037b657a4b4..32b143a4778b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,5 +20,6 @@ least be tagged with the `release_notes` label. - [ ] Tests added or updated (not required for docs, CI config, or typo fixes) - [ ] Documentation updated (if public API changed) - [ ] Python bindings updated (if public API changed) -- [ ] Benchmarks are included here if the change is intended to affect performance. +- [ ] Benchmarks are included here if the change is intended to affect + performance. - [ ] Commits include AI attribution where applicable (see Code of Conduct) From 90c7996a63b8ab0ec76f17721db41f37b3ed841d Mon Sep 17 00:00:00 2001 From: Martijn Courteaux Date: Tue, 17 Mar 2026 17:06:21 +0100 Subject: [PATCH 3/5] Fix formatting in pull request template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 32b143a4778b..bb0c08233c5b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,5 +21,5 @@ least be tagged with the `release_notes` label. - [ ] Documentation updated (if public API changed) - [ ] Python bindings updated (if public API changed) - [ ] Benchmarks are included here if the change is intended to affect - performance. + performance. - [ ] Commits include AI attribution where applicable (see Code of Conduct) From f0b104650e2b60616fb136bbdb64e39231f408ac Mon Sep 17 00:00:00 2001 From: "halide-ci[bot]" <266445882+halide-ci[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:07:37 +0000 Subject: [PATCH 4/5] Apply pre-commit auto-fixes --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bb0c08233c5b..32b143a4778b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,5 +21,5 @@ least be tagged with the `release_notes` label. - [ ] Documentation updated (if public API changed) - [ ] Python bindings updated (if public API changed) - [ ] Benchmarks are included here if the change is intended to affect - performance. + performance. - [ ] Commits include AI attribution where applicable (see Code of Conduct) From 9f636c0400522dd609239d48ece70111b663e8b4 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Tue, 17 Mar 2026 12:28:59 -0400 Subject: [PATCH 5/5] Disable mdformat on .github/pull_request_template.md mdformat-gfm doesn't understand GitHub's checklists. --- .github/pull_request_template.md | 2 +- .pre-commit-config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 32b143a4778b..bb0c08233c5b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,5 +21,5 @@ least be tagged with the `release_notes` label. - [ ] Documentation updated (if public API changed) - [ ] Python bindings updated (if public API changed) - [ ] Benchmarks are included here if the change is intended to affect - performance. + performance. - [ ] Commits include AI attribution where applicable (see Code of Conduct) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14e09ef8adba..b5b28d9d0db6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -85,6 +85,7 @@ repos: - mdformat-gfm - mdformat-ruff - mdformat-shfmt + exclude: ^.github/pull_request_template\.md$ # mdformat-gfm doesn't understand GitHub's checklists. - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.5