All checks were successful
Build and Test / build (pull_request) Successful in 29m28s
- 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).
82 lines
1.9 KiB
YAML
82 lines
1.9 KiB
YAML
name: Bug Report
|
|
about: Report a bug or unexpected behavior in Kindred Create
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear description of the bug.
|
|
placeholder: What happened? What did you expect instead?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Minimal steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. Open a new file
|
|
2. Switch to the PartDesign workbench
|
|
3. ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What should have happened?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened? Include error messages, console output, or screenshots.
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: component
|
|
attributes:
|
|
label: Component
|
|
description: Which part of Kindred Create is affected?
|
|
options:
|
|
- General / Core
|
|
- Silo (Parts Database)
|
|
- Theme / QSS
|
|
- Assembly
|
|
- PartDesign
|
|
- CI/CD
|
|
- Documentation
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: |
|
|
OS, Kindred Create version, and any relevant details.
|
|
Find the version under Help > About Kindred Create.
|
|
placeholder: |
|
|
- OS: Ubuntu 24.04
|
|
- Kindred Create: v0.2.0 (AppImage)
|
|
- GPU: NVIDIA RTX 3060
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Log Output
|
|
description: Paste any relevant log output (View > Panels > Report View).
|
|
render: shell
|
|
validations:
|
|
required: false
|