Compare commits

...

14 Commits

Author SHA1 Message Date
NewSoupVi 2522350ea5 Update docs/world maintainer.md
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
2024-09-05 18:11:27 +02:00
NewSoupVi 773ed6ba99 Rewrite by BadMagic 2024-09-05 12:56:04 +02:00
NewSoupVi 6ea7c8654a Update world maintainer.md 2024-09-05 12:39:37 +02:00
NewSoupVi 351917b9fe Update world maintainer.md 2024-09-05 12:39:21 +02:00
NewSoupVi 505c514253 Update world maintainer.md 2024-09-05 12:37:12 +02:00
NewSoupVi f8b59ffdad Update world maintainer.md 2024-09-05 12:34:12 +02:00
NewSoupVi d89166a16f Update world maintainer.md 2024-09-05 12:33:46 +02:00
NewSoupVi ec11530b08 Update world maintainer.md 2024-09-05 11:59:55 +02:00
NewSoupVi cb469fb1bd Update world maintainer.md 2024-09-05 11:51:24 +02:00
NewSoupVi b881a63727 Update world maintainer.md 2024-09-05 11:51:04 +02:00
NewSoupVi 5563e97fa6 Update world maintainer.md 2024-09-05 11:50:02 +02:00
NewSoupVi 3f031af119 Update world maintainer.md 2024-09-05 11:49:34 +02:00
NewSoupVi 6c401aa5a1 Update world maintainer.md 2024-09-05 11:47:02 +02:00
NewSoupVi f6456b6e1f Docs: Specify process for adding a world maintainer to an existing world 2024-09-05 11:45:41 +02:00
+11 -2
View File
@@ -26,8 +26,17 @@ Unless these are shared between multiple people, we expect the following from ea
### Adding a World
When we merge your world into the core Archipelago repository, you automatically become world maintainer unless you
nominate someone else (i.e. there are multiple devs). You can define who is allowed to approve changes to your world
in the [CODEOWNERS](/docs/CODEOWNERS) document.
nominate someone else (i.e. there are multiple devs).
### Being added as a maintainer to an existing implementation
At any point, a world maintainer can approve the addition of another maintainer to their world.
In order to do this, either an existing maintainer or the new maintainer must open a PR updating the
[CODEOWNERS](/docs/CODEOWNERS) file.
This change must be approved by all existing maintainers of the affected world, the new maintainer candidate, and
one core maintainer.
To help the core team review the change, information about the new maintainer and their contributions should be
included in the PR description.
### Getting Voted