Files
create/.gitea/ISSUE_TEMPLATE/feature_request.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

55 lines
1.3 KiB
YAML

name: Feature Request
about: Suggest a new feature or enhancement for Kindred Create
labels:
- enhancement
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear description of the feature you'd like.
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Why is this feature needed? What problem does it solve?
placeholder: As a user, I want to... so that...
validations:
required: true
- type: dropdown
id: component
attributes:
label: Component
description: Which part of Kindred Create does this relate to?
options:
- General / Core
- Silo (Parts Database)
- Theme / QSS
- Assembly
- PartDesign
- CI/CD
- Documentation
- Other
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed Implementation
description: If you have ideas on how this could be implemented, describe them here.
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any alternative approaches or workarounds you've considered.
validations:
required: false