From d449f6e1fc31084437ebc0c45057ee656f593efd Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 29 Jan 2025 20:48:16 +0200 Subject: [PATCH] pull_request_template: fix alignment --- .github/pull_request_template.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bcfe53f..dc4d321 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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)