8a2e4439ba
* Add lightweight project checks and templates * Ignore generated test binaries * Keep project checks local
27 lines
698 B
YAML
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.
|