pull_request_template: fix alignment

This commit is contained in:
Mihai Fufezan 2025-01-29 20:48:16 +02:00
parent f4bea56fed
commit d449f6e1fc
No known key found for this signature in database

View file

@ -7,13 +7,11 @@ For new programs, mention anything describing its usecase, including videos, ima
## Things done
- For new programs
- [ ] Add the program to the [README](/README.md) table, with yourself as the
maintainer
- [ ] Add the program to the [README](/README.md) table, with yourself as the maintainer
- [ ] Add a README for the program itself
- [ ] Add Makefile (and Nix derivation optionally, otherwise @fufexan will do
it)
- [ ] If the program is a script, add it to the
[CI checks matrix](/.github/workflows/check.yml)
- [ ] Add Makefile (and Nix derivation optionally, otherwise @fufexan will do it)
- [ ] If the program is a script, add it to the [CI checks matrix](/.github/workflows/check.yml)
- For changes
- [ ] Add changes to the [CHANGELOG](/CHANGELOG.md)
- [ ] Reflect your changes in the man pages (if they exist)