eigent/.github/ISSUE_TEMPLATE/bug_report.yml
Tong Chen 65254b8839
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
Releases v0.0.89 (#1516)
2026-03-25 13:22:53 +08:00

55 lines
1.5 KiB
YAML

name: 🐛 Bug Report
description: File an issue about a bug.
title: '[BUG] '
labels: [bug]
body:
- type: markdown
attributes:
value: |
Please do your best to make the issue as easy to act on as possible, and only submit here if there is clearly a problem.
- type: input
id: version
attributes:
label: What version of eigent are you using?
placeholder: E.g., 0.0.89
validations:
required: true
- type: textarea
id: system-info
attributes:
label: System information
description: |
Describe the characteristic of your environment:
validations:
required: true
- type: textarea
id: description
attributes:
label: Problem description
description: >-
Provide a short description, state the expected behavior and what actually happens. Include
relevant information like what version of eigent you are using, what system you are on,
and any useful commands / output.
validations:
required: true
- type: textarea
id: log
attributes:
label: log
description: >-
Please upload the log
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: >-
Add any other context about the problem here. Screenshots may also be helpful.
If you know or suspect the reason for this bug, paste the code lines and suggest modifications.