From 0b69e20adcaf71f60ca5b199684dee9dba690077 Mon Sep 17 00:00:00 2001 From: Craftinators Date: Thu, 6 Apr 2023 01:46:43 -0400 Subject: [PATCH] github: remove note from CONTRIBUTING.md --- .github/CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 79c87cc3..b4c2a69b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,6 +9,5 @@ To get ready to work on the codebase, please do the following: 1. Fork & clone the repository, and make sure you're on the **remapped** branch. (*This is the default branch*) 2. Code your heart out! -3. Run `./gradlew build` to ensure your project sucessfully builds. -> **Note** This may take a while -4. Finally, [submit a pull request](https://github.com/HibiscusMC/HMCCosmetics/compare)! +3. Run `./gradlew build` to ensure your project successfully builds. (*This may take a while*) +4. Finally, [submit a pull request](https://github.com/HibiscusMC/HMCCosmetics/compare)! \ No newline at end of file