1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29name: Feature request
description: Suggest an improvement or new capability.
title: "[feat]: <short description>"
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: "Have an idea for a new content agent? You can describe it here — but note Iris also auto-files `New agent suggestion: <type>` issues when it meets content a specialist would handle better."
- type: textarea
id: problem
attributes:
label: Problem / motivation
description: What are you trying to do, and what's getting in the way?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: What would you like Iris to do?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
validations:
required: false