Skip to content

Commit 31258eb

Browse files
authored
Render PR checklist in details to hide it (#1037)
2 parents 069ad21 + 0630084 commit 31258eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## Pull Request Checklist
1+
<details>
2+
<summary>Pull Request Checklist</summary>
23

34
Please confirm the following before requesting review:
45

56
- [ ] I have [disclosed my use of
67
AI](https://github.com/payjoin/rust-payjoin/blob/master/.github/CONTRIBUTING.md#ai-assistance-notice)
78
in the body of this PR.
89
- [ ] I have read [CONTRIBUTING.md](https://github.com/payjoin/rust-payjoin/blob/master/.github/CONTRIBUTING.md#commits) and **rebased my branch to produce [hygienic commits](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#committing-patches)**.
9-
10+
</details>

0 commit comments

Comments
 (0)