diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-16 13:36:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-16 13:37:29 +0800 |
commit | 2f4035867451c55a4d6bbd0b04a1a55bae07694b (patch) | |
tree | fb40b155910f074b429de32ad2f8d514364d990c /README.md | |
parent | *.go: Reformat (diff) | |
download | forge-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".
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |