FreeCAD / FreeCAD-addons

A convenient gathering of useful and well-developed FreeCAD plugins made by the community.
771 stars 253 forks source link

1A_WorkbenchOrganizer very first upload. #284

Closed Palmstroemen closed 10 months ago

Palmstroemen commented 10 months ago

This is the very first version of WBO (1A_WorkbenchOrganizer). Sorry. I didn't understand how to 'tag' or 'label' my repository with 'FreeCAD', 'Workbench', 'AddOn'. If anyone can help, I'll be glad to resupply this.

Palmstroemen commented 10 months ago

Ahhrg! What's that pre-commit.ci - pr thing here? This GitHub is driving me crazy. There is no such file in my repository.

chennes commented 10 months ago

Ignore the CI failure.

chennes commented 10 months ago

You should set up your own GitHub/Gitlab/whatever repo, and point this repo's .gitmodules at it -- none of the Addons you see here are actually part of this repo (if they were it would require FreeCAD Maintainers to approve every change to your Addon).

Palmstroemen commented 10 months ago

Unfortunately I do not understand this. What does that mean: "point this repo's gitmodules at it"? How would I do that? My GitHub-Repository is: [(https://github.com/Palmstroemen/WB_Organizer)] Unfortunately GitHub appends a '_main' to my folder name on download. So on download people get an 'WB_Organizer_main.zip' file that then expands into a 'WB_Organizer_main' folder. It should be a 'WB_Organizer' folder. So they manually have to remove the '_main' from the folders name.

Thank you very much for helping me out.

chennes commented 10 months ago

You need for fork this repo, and instead of adding your code to it directly, instead just edit .gitmodules -- in there you will see a list of the Addons. Add yours in alphabetically (without the "1A" prefix, please).