## prerequisites make sure you have the following installed: - **godot 4.4** - **scons** - **g++** ## getting started 1. **fork and clone the repository (including submodules)** to your local machine 2. **create a new branch** for your changes 3. **make your changes** 4. **submit a pull request** with a clear description of your changes ## testing to test your project: - **run `scons`** in the terminal ***(if you didnt run it before, youll have to wait until it compiles all godot source files)*** - **import the "demo" project** to Godot and run it to test changes ## reporting issues if you find a bug or have a suggestion, [open an issue](https://github.com/miwubunz/gtlib/issues/new). be sure to include: - a clear description of the issue - steps to reproduce - any relevant logs or screenshots