From 2b417c7081921cacbeb48e23f4c9157dc5a764e1 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 18 Jul 2024 18:44:31 -0600 Subject: [PATCH] Make PR template collapsible --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1e1c543..dd9ceef 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,12 @@ -## PR checklist +
PR checklist - [ ] Has a descriptive title - [ ] Has a descriptive body +- [ ] Includes a link to any issues closed by this PR, e.g. `Closes #5`. - [ ] Passes checks (to auto-fix a pre-commit.ci failure, add a comment containing "pre-commit.ci autofix") + +