1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Collapse checklist into a <details> element

Signed-off-by: Semisol <hi@semisol.dev>
This commit is contained in:
Semisol 2021-07-23 07:10:05 +03:00
parent 3951617306
commit c927f17ce9
No known key found for this signature in database
GPG Key ID: 2A5815003B461344

View File

@ -15,6 +15,8 @@ Resolves: *(direct link to the issue)*
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 made sure the code compiles on my machine
@ -23,3 +25,5 @@ an asterisk (*) after the entry indicates required
- [ ] 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
</details>