explain how the merge request workflow works, on the frontpage authored by anarcat's avatar anarcat
I keep refering to this page when I'm trying to figure out how to do
this elsewhere, and I keep not finding this information. Instead of
trying to teach my brain where that *actually* is, which obviously
doesn't work, just give up and create a hotlink, which could be useful
for others as well.
......@@ -32,3 +32,6 @@ right permissions -- which is [actually unlikely, unfortunately](https://gitlab.
you can edit the wiki in GitLab directly. Otherwise you can submit a
[pull request]() on the [wiki replica](https://gitlab.torproject.org/tpo/tpa/wiki-replica). You can also [clone the git
repository](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/git_access) and [send us a patch by email](support).
To implement a similar merge request workflow on *your* GitLab wiki,
see [TPA's documentation about Accepting merge requests on wikis](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/documentation#accepting-merge-requests-on-wikis).