summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcdr-shdr-wdr <cdr-shdr-wdr@protonmail.ch>2025-07-08 17:34:23 +0000
committerDanny Milosavljevic <dannym@friendly-machines.com>2025-07-12 12:58:32 +0200
commit45b2a38d77db04e8fab89e4853e25885f708ca2a (patch)
tree8425faa6a5cf7772043b6d8c91b408066a79c55e
parent3f98a9838a54f7e1e5607b44f13892cf43a0ee5c (diff)
forgejo: pull_request_template: Reword.
* .forgejo/pull_request_template.md: Reword "confirming to" [the guidelines] (incorrect use of "confirming") to "in conformance with" (more grammatically correct). Change-Id: Ifc811c3f9022ed520c1ee49662df393d94fca3ad Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
-rw-r--r--.forgejo/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md
index ee6a17836f..60451cf707 100644
--- a/.forgejo/pull_request_template.md
+++ b/.forgejo/pull_request_template.md
@@ -40,7 +40,7 @@ Tick a box by changing it from [ ] to [x].
- [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`).
- [ ] Verified cryptographic signature provided by upstream.
- [ ] The packages don't use bundled copies of software.
- - [ ] Synopsis and description are written confirming to [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).
+ - [ ] 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`).