Files
create/.gitea/ISSUE_TEMPLATE/bug_report.yml
forbes 87a0af0b0f phase 1: copy Kindred-only files onto upstream/main (FreeCAD 1.2.0-dev)
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
2026-02-13 14:03:58 -06:00

83 lines
2.0 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
- ztools Workbench
- 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