From d344316e5a8db84828e60085e4977ef68dc94acc Mon Sep 17 00:00:00 2001 From: Xikaro Date: Mon, 14 Apr 2025 04:55:57 +0500 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ecfa1303c..d071c8897 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -113,7 +113,8 @@ If you did not clone the repository in Step 1, follow these steps: ``` This command creates a minecraft folder inside TerraFirmaGreg-Modern and downloads the repository files there. -> [!TIP] > This approach allows you to work with the main version of the repository for local testing and development. +> [!TIP] +> This approach allows you to work with the main version of the repository for local testing and development. #### Step 5: Synchronizing Dependencies via Pakku 1. Open **terminal** or **cmd** in the root directory of the `TerraFirmaGreg-Modern/minecraft` folder. @@ -207,7 +208,7 @@ There are two approaches to creating a Pull Request: via terminal and via GitHub - Fill in the title and description of the Pull Request, mention which problems this PR solves, and if possible, provide links to corresponding Issues. - Send the request by clicking Create Pull Request. -> [!TIP] +> [!TIP] > If you have questions about formatting a Pull Request or are unsure with which branch to merge, refer to the project documentation or contact the team via [Discord]. #### Step 7: Processing and Merging Pull Request