aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-16 13:36:44 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-16 13:37:29 +0800
commit2f4035867451c55a4d6bbd0b04a1a55bae07694b (patch)
treefb40b155910f074b429de32ad2f8d514364d990c
parent*.go: Reformat (diff)
downloadforge-2f4035867451c55a4d6bbd0b04a1a55bae07694b.tar.gz
forge-2f4035867451c55a4d6bbd0b04a1a55bae07694b.tar.zst
forge-2f4035867451c55a4d6bbd0b04a1a55bae07694b.zip
README.md: Namespace contrib/, not merge_requests/
merge_requests is simply too long. Besides, merge requests could be created from branches other than in that namespace. Contrib makes it easier to identify "oh this is a contributor branch, rather than the maintainers".
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4472c54..6f9509b 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,8 @@ changes from a Git ref ("source ref") into a branch in the main repo
When creating a MR from the API, the web interface, email, or SSH, it shall be
possible to create a special source ref, hosted in the main repo as a branch
-with a branch name that begins with `merge_requests/`. Unsolicited pushes to
-`merge_requests/` will automatically open a MR, returning instructions to edit
+with a branch name that begins with `contrib/`. Unsolicited pushes to
+`contrib/` will automatically open a MR, returning instructions to edit
the description and manage the MR further via the standard error channel.
MR branches shall be synced to automatically created MR-specific mailing lists.