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
This commit is contained in:
ZacharyZcR
2026-07-10 14:56:41 +08:00
committed by GitHub
parent 99111993a4
commit 8a2e4439ba
12 changed files with 276 additions and 6 deletions
@@ -0,0 +1,26 @@
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.