Thanks for your interest in contributing! Before contributing, be sure to know about these few guidelines:
- Follow the GDScript style guide.
- Use GDScript static typing whenever possible.
- Also use type inference whenever possible (
:=
) for more concise code.
- Also use type inference whenever possible (
- Make sure to update the changelog for any user-facing changes, keeping the changelog format in use.
- Don't bump the version yourself. Maintainers will do this when necessary.