From 6f9bed791a247b576f0e2f5308e66a81bf6d14cf Mon Sep 17 00:00:00 2001 From: Hugo <149513282+hugo9655@users.noreply.github.com> Date: Sat, 5 Jul 2025 18:12:40 +0100 Subject: [PATCH] Update --- .github/CONTRIBUTING.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1fde8061a..80770f7be 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -57,18 +57,6 @@ If you're unsure, ask in the wiki channels on [Discord](https://rentry.co/fmhy-i Instructions on various ways to edit the wiki and preview changes. -### GitHub Codespaces - -To use [GitHub Codespaces](https://github.com/features/codespaces), follow these steps: - -1. Fork the repository by clicking the "Fork" button in the top right corner. - -2. Now, click on the "Code" button on the top right corner of the page and select "Codespaces" from the dropdown menu. - -3. Make your changes. - -4. To close the workspace, click the "Code" button in the top right corner, then click "Stop Codespace" and hit enter. - ### GitHub Editor You can use the build-in web editor in two ways: @@ -87,6 +75,18 @@ You can use the build-in web editor in two ways: 3. You should now see a comparison page showing all your edits. Click "Create pull request", fill in the box describing your changes and provide details if needed, then hit submit. +### GitHub Codespaces + +To use [GitHub Codespaces](https://github.com/features/codespaces), follow these steps: + +1. Fork the repository by clicking the "Fork" button in the top right corner. + +2. Now, click on the "Code" button on the top right corner of the page and select "Codespaces" from the dropdown menu. + +3. Make your changes. + +4. To close the workspace, click the "Code" button in the top right corner, then click "Stop Codespace" and hit enter. + ### Local Instance > [!INFO] NOTE