25576b0be6
Checks (magui2.0) / python-lint (push) Failing after 1s
Checks (magui2.0) / python-test (push) Failing after 0s
Checks (magui2.0) / frontend-lint (push) Failing after 0s
CodeQL Advanced / Analyze (actions) (push) Failing after 1s
Checks (magui2.0) / python-format (push) Failing after 1s
CodeQL Advanced / Analyze (python) (push) Failing after 0s
Checks (magui2.0) / python-pyright (push) Failing after 1s
Checks (magui2.0) / frontend-format (push) Failing after 1s
Checks (magui2.0) / frontend-typecheck (push) Failing after 0s
Checks (magui2.0) / frontend-test (push) Failing after 2s
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 1s
75 lines
1.8 KiB
YAML
75 lines
1.8 KiB
YAML
name: Bug report
|
|
description: Report a bug or unexpected behavior
|
|
title: "[bug] "
|
|
labels: [bug]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear, concise description of what's wrong.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: The minimum sequence that triggers the bug.
|
|
placeholder: |
|
|
1.
|
|
2.
|
|
3.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual behavior
|
|
description: What actually happened. Include error messages, screenshots, or log excerpts.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: MagenticLite version
|
|
description: Output of `magentic-ui --version`.
|
|
placeholder: 0.2.0
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Operating system
|
|
options:
|
|
- Linux
|
|
- macOS
|
|
- Windows
|
|
- Windows (WSL)
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: python
|
|
attributes:
|
|
label: Python version
|
|
placeholder: "3.12"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: model
|
|
attributes:
|
|
label: Model client / provider
|
|
description: Which orchestrator / web-surfer model you're running.
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Config snippets (with secrets redacted), recent changes, workarounds tried.
|