Files
colibri-strix/.github/ISSUE_TEMPLATE/feature_request.yml
T
ZacharyZcR 8a2e4439ba Local project checks and contribution templates: make check, dependency-free C/python tests, issue forms + blank issues, CONTRIBUTING (#20)
* Add lightweight project checks and templates

* Ignore generated test binaries

* Keep project checks local
2026-07-10 08:56:41 +02:00

27 lines
698 B
YAML

name: Feature request
description: Propose a focused improvement to Colibri.
title: "[Feature]: "
body:
- type: textarea
id: problem
attributes:
label: Problem
description: What real limitation or workflow problem does this address?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
- type: textarea
id: scope
attributes:
label: Scope and compatibility
description: Note effects on the zero-dependency CPU path, CUDA path, model formats, or platforms.