From 4652332ee3809fc4e1a0034bee2f716327cd1ccf Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Tue, 4 Jun 2024 17:02:46 +0200 Subject: [PATCH] Tweaks --- docs/contribute/01-Programming/01-get-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/contribute/01-Programming/01-get-started.md b/docs/contribute/01-Programming/01-get-started.md index 7de5ab74..d550d725 100644 --- a/docs/contribute/01-Programming/01-get-started.md +++ b/docs/contribute/01-Programming/01-get-started.md @@ -2,11 +2,10 @@ title: Get started --- -Install [clang-format](https://julesfouchy.github.io/Learn--Clean-Code-With-Cpp/lessons/formatting-tool/) and [clang-tidy](https://julesfouchy.github.io/Learn--Clean-Code-With-Cpp/lessons/static-analysers/). +Install [clang-format](https://julesfouchy.github.io/Learn--Clean-Code-With-Cpp/lessons/formatting-tool/) and [clang-tidy](https://julesfouchy.github.io/Learn--Clean-Code-With-Cpp/lessons/static-analysers/). Clang-format will format your code automatically, and clang-tidy will warn you when you make programming mistakes. These are two very important tools! -You can find our To-Do list [here](https://github.com/orgs/CoolLibs/projects/1/views/2). +You can find our To-Do list [here](https://github.com/orgs/CoolLibs/projects/1/views/1). -Create a "gitignored" folder a save a "test.clb" project there. It will then automatically be saved whenever you make changes to it, and opened whenever you open Coollab. This allows you to keep your test setup upon restarting Coollab. TODO create a page explaining how to edit the Default User Data (imgui.ini, color_config.json, etc) If you add a third-party library, check its license and, if it requires it, make sure we install the license in the CMake: ```cmake