docs(wiki): add Contributing and Development-environment to sidebar and cross-links

This commit is contained in:
jubnl
2026-04-21 16:52:38 +02:00
parent 5a64d8994e
commit d59b3334dc
4 changed files with 9 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Developer Setup Guide
> Before anything else, please read the [Contributing Guidelines](https://github.com/mauriceboe/TREK/blob/main/CONTRIBUTING.md).
> Before anything else, please read the [[Contributing]] guidelines.
## Prerequisites
@@ -135,4 +135,4 @@ Then open a Pull Request from your fork to `mauriceboe/TREK` targeting the `dev`
- Always branch off from an up-to-date `dev` — run `git fetch upstream && git rebase upstream/dev` before starting new work.
- Run tests before pushing: `npm run test` in both `client/` and `server/`.
- Follow the commit message conventions described in the [Contributing Guidelines](https://github.com/mauriceboe/TREK/blob/main/CONTRIBUTING.md).
- Follow the commit message conventions described in the [[Contributing]] guidelines.