Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jun 4, 2024
1 parent 2e713e9 commit 4652332
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/contribute/01-Programming/01-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4652332

Please sign in to comment.