Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

23 lines (19 loc) · 1.64 KB

As an user

If you would like to have a feature implemented or you noticed a bug, do not hesitate to put an issue in the repository.

As a developer

Style

  • Use semantic commits.
  • 23 incremental Pull Requests are better than 1 commits with 27,000 lines.
  • No formatter is on the code right now, just try to keep the style consistent.

UI improvements, bugfixes or features

Or anything, really.

  1. Make sure you have read the Godot official documentation about Editor Plugins. At least, Installing plugins, Making plugins and Making main screen plugins.
  2. Write an issue (no matter what small your contribution is).
  3. Fork the repository.
  4. Commit a whole bunch of stuff (this video might be helpful to understand Git).
  5. Submit a Pull Request with your feature/bug fix.
  6. Get the Pull Request approved.

The steps of writing the issue before submitting anything are so we all are respectful with each other's time. Maybe another developer can put you in the right direction before trying to write any code.