Files
create/.gitea/ISSUE_TEMPLATE/documentation.yml
forbes 485f69f257
All checks were successful
Build and Test / build (pull_request) Successful in 29m28s
chore: remove ZTools addon from build and loader (#344)
- Remove ZTools install block from src/Mod/Create/CMakeLists.txt
- Remove mods/ztools submodule entry from .gitmodules
- Remove 'ztools' from legacy fallback order in addon_loader.py
- Remove ztools imports and test classes from test_kindred_pure.py
  (TestTypeMatches, TestMatchScore, TestSelectionItemProperties,
   TestColumnToIndex, TestDatumModes)
- Remove 'ztools Workbench' from issue template component lists
- Remove mods/ztools submodule from git tracking

ZTools will be archived to a reference folder in a separate step (#345).
This is part of the UI/UX rework epic (#346).
2026-02-27 12:46:32 -06:00

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/assembly.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