summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimen Endsjø <contact@simendsjo.me>2026-03-30 22:01:27 +0200
committerSimon Tournier <zimon.toutoune@gmail.com>2026-06-25 10:55:18 +0200
commit7b7b4bfe77a2f58645bcc90b08f9288fd565973c (patch)
tree3b358bbb5ba2e66e7f1bfcad5da153fe8a737cfb
parent7dfab8bbfc9778aa986d3311c0fa04215b4fd3d2 (diff)
.forgejo: pull_request_template: Only test guix channel when simulating `guix pull`.
* .forgejo/issue_template/pull_request_template.md: Add '--no-channel-files' option. Merges: guix/guix!7578 Change-Id: I45fe51ea0801cad2ed3bb0a05a42babaf88d6b3d Signed-off-by: Simon Tournier <zimon.toutoune@gmail.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 137e0245fb5..803218a8446 100644
--- a/.forgejo/pull_request_template.md
+++ b/.forgejo/pull_request_template.md
@@ -52,7 +52,7 @@ total: ...
52 - [ ] Synopsis and description are written in conformance with [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html). 52 - [ ] Synopsis and description are written in conformance with [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).
53 53
54- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html). 54- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html).
55- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`). 55- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --no-channel-files --disable-authentication`).
56 56
57- Successfully cross-compiled to the following target(s) (this is optional): 57- Successfully cross-compiled to the following target(s) (this is optional):
58 - [ ] x86_64-linux-gnu 58 - [ ] x86_64-linux-gnu