From 2f61b27d367d16cf9fd3f022cba27cf2c7c2a251 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Fri, 13 Mar 2026 19:09:43 +0100 Subject: [PATCH] .forgejo: pull_request_template: Fix empty line. * .forgejo/issue_template/pull_request_template.md: Remove empty line. Change-Id: I58cbb33aed8cd452800c22289f539e2c1968f908 --- .forgejo/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index d4b1c10885..c2f2c7a1f9 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md @@ -42,9 +42,8 @@ Tick a box by changing it from [ ] to [x]. - [ ] Verified cryptographic signature provided by upstream. - [ ] The packages don't use bundled copies of software. - [ ] Synopsis and description are written in conformance with [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html). - -- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html). -- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`). + - [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html). + - [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`). - Successfully cross-compiled to the following target(s) (this is optional): - [ ] x86_64-linux-gnu