47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
name: Bug Report
|
|
description: Report a bug or unexpected behavior
|
|
title: "[Bug] "
|
|
labels: ["bug", "needs-triage"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What happened? What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: repro-steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: >
|
|
Minimal steps to reproduce the issue. If you can't reproduce it
|
|
reliably (e.g. an intermittent crash or race), describe what you
|
|
observed and when — write "N/A — cannot reproduce reliably" and give
|
|
as much detail as you can.
|
|
placeholder: |
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: Output of `omnigent --version` or the commit/tag you're running.
|
|
placeholder: e.g. 0.5.2 or abc1234
|
|
validations:
|
|
required: false
|
|
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: OS
|
|
description: Operating system and version.
|
|
placeholder: e.g. Ubuntu 24.04, macOS 15.1
|
|
validations:
|
|
required: false
|