mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Collapse checklist into a <details> element
Signed-off-by: Semisol <hi@semisol.dev>
This commit is contained in:
parent
3951617306
commit
c927f17ce9
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@ -15,6 +15,8 @@ Resolves: *(direct link to the issue)*
|
|||||||
an asterisk (*) after the entry indicates required
|
an asterisk (*) after the entry indicates required
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Checklist</summary>
|
||||||
|
|
||||||
- [ ] I have signed off my commits using `-s` or `Signed-off-by`\* (See: [Contributing § DCO](https://github.com/tenacityteam/tenacity/blob/master/CONTRIBUTING.md#developer-certificate-of-origin))
|
- [ ] I have signed off my commits using `-s` or `Signed-off-by`\* (See: [Contributing § DCO](https://github.com/tenacityteam/tenacity/blob/master/CONTRIBUTING.md#developer-certificate-of-origin))
|
||||||
- [ ] I made sure the code compiles on my machine
|
- [ ] I made sure the code compiles on my machine
|
||||||
@ -22,4 +24,6 @@ an asterisk (*) after the entry indicates required
|
|||||||
- [ ] I made sure the title of the PR reflects the core meaning of the issue you are solving\*
|
- [ ] I made sure the title of the PR reflects the core meaning of the issue you are solving\*
|
||||||
- [ ] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"\*
|
- [ ] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"\*
|
||||||
|
|
||||||
\* indicates required
|
\* indicates required
|
||||||
|
|
||||||
|
</details>
|
Loading…
x
Reference in New Issue
Block a user