Wholesale copy of all Kindred Create additions that don't conflict with upstream FreeCAD code: - kindred-icons/ (1444 Catppuccin Mocha SVG icon overrides) - src/Mod/Create/ (Kindred Create workbench) - src/Gui/ Kindred source files (FileOrigin, OriginManager, OriginSelectorWidget, CommandOrigin, BreadcrumbToolBar, EditingContext) - src/Gui/Icons/ (Kindred branding and silo icons) - src/Gui/PreferencePacks/KindredCreate/ - src/Gui/Stylesheets/ (KindredCreate.qss, images_dark-light/) - package/ (rattler-build recipe) - docs/ (architecture, guides, specifications) - .gitea/ (CI workflows, issue templates) - mods/silo, mods/ztools submodules - .gitmodules (Kindred submodule URLs) - resources/ (kindred-create.desktop, kindred-create.xml) - banner-logo-light.png, CONTRIBUTING.md
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
name: Documentation
|
|
about: Report missing, incorrect, or unclear documentation
|
|
labels:
|
|
- documentation
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What needs to be documented, updated, or corrected?
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: type
|
|
attributes:
|
|
label: Type
|
|
description: What kind of documentation change is needed?
|
|
options:
|
|
- Missing documentation
|
|
- Incorrect / outdated content
|
|
- Unclear or confusing
|
|
- New guide or tutorial
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: location
|
|
attributes:
|
|
label: Location
|
|
description: Where should this documentation live? Link to existing pages if applicable.
|
|
placeholder: e.g. docs/src/guide/ztools.md, or "new page under Reference"
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Any other details, screenshots, or references that would help.
|
|
validations:
|
|
required: false
|