📦 EqualifyEverything / equalify-iris

📄 feature_request.yml · 36 lines
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
29
30
31
32
33
34
35
36name: 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 `iris-agent-suggestion` 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
  - type: checkboxes
    id: code-of-conduct
    attributes:
      label: Code of Conduct
      options:
        - label: I agree to follow this project's [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md).
          required: true