Skip to content

Commit

Permalink
Make PR template collapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 19, 2024
1 parent f069e9a commit 2b417c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<!-- Thank you for opening a PR! Please conform to the checklist below. If your PR is
not completely ready yet, please open a "draft" PR. -->

## PR checklist
<details><summary>PR checklist</summary>

- [ ] 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")

</details>

0 comments on commit 2b417c7

Please sign in to comment.