31 lines
810 B
YAML
31 lines
810 B
YAML
name: Feature request
|
|
description: Propose a focused extension improvement
|
|
title: "[Feature]: "
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What research workflow is currently difficult or impossible?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed behavior
|
|
description: Explain how this should integrate with official Pi capabilities.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives and tradeoffs
|
|
- type: checkboxes
|
|
id: scope
|
|
attributes:
|
|
label: Scope
|
|
options:
|
|
- label: This does not require a Pi fork or a separate chat/TUI application.
|
|
required: true
|