Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 2.35 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 2.35 KB

Contributing Guidelines

  • Get in touch and communicate! Let us know what you are working on or report bugs using the issues tab. Join the Wesnoth Discord server to discuss the project live or to get in touch with the community. Ping @Vultraz to get access to the #project-haldric channel.

  • A rough outline of things that need to be done can be found here.

  • For code, we follow the GDScript Style Guide. We try to write clean and self-documenting GDScript as it helps us build upon each other's work. We use static typing to write more robust code and get full auto completion in Godot 3.1. Also, we're here to review and to help you improve your code.

  • The maintainers may refactor or tweak your code to make it fit the project's style, but we'll give you the opportunity to refine the style by yourself.

New to Godot?

Note:

Some Tutorials are for Godot 3.0 and some for 3.1. There are a few differences in the API, but the general concept has not changed.

However we do not reccomend watching tutorials for Godot 2.1, as the jump from 2.1 to 3.0 was quite big.

Download Godot

Godot can be downloaded on their official Download Page or on Steam!