From 0df6e9d6844974d47a6abd04217933d7e0132b1d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 29 Aug 2024 08:58:36 +0100 Subject: [PATCH] docs: Clarify link in README.md The new merge request link only works when logged in to a GitLab account, unfortunately. Make that clear in the readme. Signed-off-by: Philip Withnall Fixes: #3460 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e19a3888..fb1ab3693 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ Please follow the [contribution guide](./CONTRIBUTING.md) to know how to start contributing to GLib. Patches should be [submitted as merge requests](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/new) -to gitlab.gnome.org. If the patch fixes an existing issue, please refer to the +to gitlab.gnome.org. Note that you will need to be logged in to the site to use +this page. If the patch fixes an existing issue, please refer to the issue in your commit message with the following notation (for issue 123): ``` Closes: #123