From 268d2b76ee700435ea3f18bd49129777d74dcc79 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Thu, 16 Jul 2020 15:34:50 -0300 Subject: [PATCH] Functionalize same page links, such as ToC --- How-To-Contribute.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/How-To-Contribute.md b/How-To-Contribute.md index 449c44d..cd7935e 100644 --- a/How-To-Contribute.md +++ b/How-To-Contribute.md @@ -2,18 +2,18 @@ This page is a step-by-step explanation on how to contribute to the OpenRCT2 project, whether you're just getting started with programming or if you're already seasoned and just want to understand some details. -## Table of Content +## Table of Contents -1. Introduction - 1. Get Original Game - 2. Make GitHub Account - 3. Fork & Clone Project - 4. Installation -2. Contributing - 1. Finding something to work on - 2. Developing - 3. Testing - 4. Submitting / Updating contribution +1. [Introduction](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#introduction) + 1. [Get Original Game](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#get-original-game) + 2. [Make GitHub Account](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#github-account) + 3. [Fork & Clone Project](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#fork--clone-project) + 4. [Building/Installation](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#building--installing) +2. [Contributing](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#contributing) + 1. [Finding something to work on](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#finding-something-to-work-on) + 2. [Developing](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#developing) + 3. [Testing](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#testing) + 4. [Submitting / Updating contribution](https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#submitting-or-updating-contribution) ## Get Original Game @@ -99,7 +99,7 @@ When you're ready to commit your first changes, make sure you follow our [commit ## Testing -There are plenty of ways to test your changes, the most common one is actually running the game and seeing that nothing broke. **Please make sure to test** things before submitting it for review, so you can catch silly errors. Running the game is covered on the [Building/Installing][] section above. +There are plenty of ways to test your changes, the most common one is actually running the game and seeing that nothing broke. **Please make sure to test** things before submitting it for review, so you can catch silly errors. Running the game is covered on the [Building/Installing][openrct2-building-installing] section above. ## Submitting or updating contribution @@ -133,6 +133,7 @@ If it's the first time you're contributing with the project, make sure to update [github-git-setup]: https://docs.github.com/en/github/getting-started-with-github/set-up-git [github-linking-keywords]: https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword [github-signup]: https://github.com/join +[openrct2-building-installing]: https://github.com/OpenRCT2/OpenRCT2/wiki/How-To-Contribute#building--installing [openrct2-coding-style]: https://github.com/OpenRCT2/OpenRCT2/wiki/Coding-Style [openrct2-commit-messages]: https://github.com/OpenRCT2/OpenRCT2/wiki/Commit-Messages [openrct2-discord]: https://discord.gg/ZXZd8D8