summaryrefslogtreecommitdiff
path: root/.forgejo
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2025-06-06 00:39:18 +0800
committerHilton Chain <hako@ultrarare.space>2025-06-06 21:18:15 +0800
commit62b5a27c86fabf9c24d30c60b3b159aaf9923a19 (patch)
tree548926f416c7f56a9f5b5e3eb928cd7b51c89861 /.forgejo
parent52d82e555119c013cfbf9ad7671a56dc6c1a1f16 (diff)
doc: contributing: Disable authentication when simulating ‘guix pull’.
* doc/contributing.texi (Submitting Patches): Add ‘--disable-authentication’ when simulating ‘guix pull’. * .forgejo/pull_request_template.md: Likewise. Fixes: #427 Change-Id: I4c6847314c8876a2f6e29f938cbbbe286178231b
Diffstat (limited to '.forgejo')
-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 be6d3dce207..1e7a6a3a1bc 100644
--- a/.forgejo/pull_request_template.md
+++ b/.forgejo/pull_request_template.md
@@ -53,4 +53,4 @@ Tick a box by changing it from [ ] to [x].
- [ ] 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`).
+- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).