summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-13 19:09:43 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-13 19:09:43 +0100
commit2f61b27d367d16cf9fd3f022cba27cf2c7c2a251 (patch)
tree1763aaa803ba2c230ddedf9d9490cfbc64f75660
parent7d622d4ded46e4ff797b6bc62653bf99da61955a (diff)
.forgejo: pull_request_template: Fix empty line.
* .forgejo/issue_template/pull_request_template.md: Remove empty line. Change-Id: I58cbb33aed8cd452800c22289f539e2c1968f908
-rw-r--r--.forgejo/pull_request_template.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md
index d4b1c10885b..c2f2c7a1f95 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].
42 - [ ] Verified cryptographic signature provided by upstream. 42 - [ ] Verified cryptographic signature provided by upstream.
43 - [ ] The packages don't use bundled copies of software. 43 - [ ] The packages don't use bundled copies of software.
44 - [ ] Synopsis and description are written in conformance with [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html). 44 - [ ] Synopsis and description are written in conformance with [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).
45 45 - [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html).
46- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html). 46 - [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).
47- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).
48 47
49- Successfully cross-compiled to the following target(s) (this is optional): 48- Successfully cross-compiled to the following target(s) (this is optional):
50 - [ ] x86_64-linux-gnu 49 - [ ] x86_64-linux-gnu