Contribute - Mustard2/MustardUI GitHub Wiki
All contributions are welcome!
If you have new ideas but you do not have the skills to modify the code yourself, feel free to open an Issue with your suggestion.
Otherwise, fork the repository, make your changes and propose them here. :)
Contribution remarks
- The
master
branch is protected. Therefore, create a merge request. Before merging it should be approved by a full contributor. - Check if the modification is validated and built by the built-in Blender tool for Extensions using
./Blender --command extension validate
and./Blender --command extension build
in the Extension (MustardUI) folder.