From: Benjamin Drung Date: Sat, 24 Jan 2026 16:57:16 +0000 (+0100) Subject: chore: use level 3 heading for pull request checklist X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cfab6290c5e5e66b588a54d108bfef685e3a2b;p=thirdparty%2Fdracut-ng.git chore: use level 3 heading for pull request checklist The size of the `Checklist` heading is too big. --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6a58995ef..b5fbba49d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ This pull request changes... -## Checklist +### Checklist - [ ] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant - [ ] I am providing new code and test(s) for it