From 1e466a4958c44917400c8be27c4b770db71d4d95 Mon Sep 17 00:00:00 2001 From: DecalOverdose Date: Tue, 3 Mar 2026 21:44:04 +0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f77a6ebb9..82b4f321d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,7 @@ Simple rules for publishing code: - Join our Discord server to ping us (the lead developers) about your pull requests - Keep your code clean and readable. - Use conventional commits (this is not required) +Make sure your code compiles before making a pull request! and make sure that it's readable Remember ALL your changes will be licensed under GNU General Public License V3.0. @@ -28,6 +29,6 @@ Remember ALL your changes will be licensed under GNU General Public License V3.0 > [!NOTE] > The project is currently in a non-compilable state (as of 3/3/2026) -Firstly install CMake, Make, GCC (>= 15.0), G++ (>= 15.0). -Secondly, create a new directory named build after cloning the repository. -Then enter the new directory and run `cmake ..` and then run `make` +1. Install CMake, Make, GCC (>= 15.0), G++ (>= 15.0). +2. Create a new directory named build after cloning the repository. +3. Enter the new directory and run `cmake ..` and then run `make`