📦 EqualifyEverything / equalify-iris

📄 bug_report.yml · 40 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
36
37
38
39
40name: Bug report
description: Something isn't working as expected (not accessibility-specific).
title: "[bug]: <short description>"
labels: ["bug"]
body:
  - type: markdown
    attributes:
      value: "Thanks for the report. For accessibility barriers, please use the Accessibility issue template instead."
  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: A clear description of the bug, and what you expected instead.
    validations:
      required: true
  - type: textarea
    id: steps
    attributes:
      label: Steps to reproduce
      placeholder: |
        1. …
        2. …
        3. See error
    validations:
      required: true
  - type: textarea
    id: context
    attributes:
      label: Environment / context
      description: Self-hosted or hosted? Model provider (Bedrock/OpenRouter)? Node version? Anything from the run log or `GET /v1/sessions/{id}/diagnostics`.
    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