-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi, I wanted to introduce myself
as the recently appointed AEC.
( Addon Ecosystem Coordinator )
I would like to know via which
channel you prefer to communicate.
( Discord , Forum , Email , .. )
If you don't want to state your accounts
publicly I can give you my public contact
for your preferred platform.
Regarding your manifest, I'd strongly advice you
to read the format described on the Wiki page.
You appear to have multiple fields
that aren't used as they should be.
-
The
<version>tag must either use
semantic versioning or CalVer format.( 1.3.5 | 2025.10.1 )
Custom formats are not supported.
-
Your custom version format describes the
commit datewhich is exactly what the
<date>tag is intended for. -
The
<author>tag should only contain
the name of the author, nothing else.
->Darek L,dprojects, .. -
If you don't have or want to specify emails
for theauthor&maintainertags, don't
add placeholder emails.(
<maintainer email="[email protected]">) -
The
<maintainer>tag just like the author
tag should only contain the name of the person. -
The
<description>tag does not need any reference to
FreeCAD, it's only used within the context of FreeCAD.You might want to write something like:
Carpentry workbench that aids furniture construction.
Let me know if you have any questions.
Thank you for taking the time.