From 379fda37bd313a6415cf281eb722d6a91de530e0 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Tue, 17 Mar 2026 16:28:35 +0800 Subject: [PATCH] Revert ".forgejo: pull_request_template: Fix empty line." This reverts commit 2f61b27d367d16cf9fd3f022cba27cf2c7c2a251. These lines are intentional. Merges: #7299 Change-Id: I93f7c64f55dd9699850784ca726bc7bf77fc906b --- .forgejo/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index f7234d9e01..24b1739fc3 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md @@ -44,8 +44,9 @@ 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