Skip to content

Commit

Permalink
pull_request_template: fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 29, 2025
1 parent f4bea56 commit d449f6e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d449f6e

Please sign in to comment.