mirror of
https://github.com/hyprwm/contrib.git
synced 2025-05-12 21:30:37 +01:00
pull_request_template: fix alignment
This commit is contained in:
parent
f4bea56fed
commit
d449f6e1fc
1 changed files with 4 additions and 6 deletions
10
.github/pull_request_template.md
vendored
10
.github/pull_request_template.md
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue