mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 03:00:42 +00:00
18 lines
464 B
YAML
18 lines
464 B
YAML
name: Feature Request
|
|
description: Suggest an improvement or new feature
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What would you like?
|
|
description: Describe the feature or improvement.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Why is this useful? What problem does it solve?
|
|
validations:
|
|
required: false
|