How to contribute

August 20, 2024 ยท View on GitHub

General

This guide is loosly based on Godot's contributing guidelines:

  • We use Godot 4.3-stable
  • If you want to implement a big feature, open an issue or a Github discussion so we can talk about it first
  • Format your commit messages with readability in mind

Codestyle

  • Adapt to the project's coding style
  • Use C-style logical operators: &&, ||, ! instead of and, or, not
  • Use function separators (see any .gd file in this repository for examples)
  • Always use static typing