[ Procedure ] Multiple People Editing a Wiki Page - smitja21/group-a-oe2 GitHub Wiki

Background

When two people edit the same wiki page at the same time, changes can accidentally overwrite each other because the wiki does not handle merge conflicts like Git.

Rule

If multiple people are working on the same task and need to edit the same wiki page, they must not edit the page at the same time.

Process

  1. One person creates and works on the main wiki page.
  2. The other person creates their own temporary draft wiki page and works there.
  3. Once both sections are finished, one person merges the draft content into the main wiki page.
  4. After the merge is complete, the draft page can be deleted.