ThunderAI/.github/ISSUE_TEMPLATE/bug_report.yml
2024-09-03 23:29:05 +02:00

75 lines
2.1 KiB
YAML

name: Bug Report
description: Create a report to help ThunderAI improve.
body:
- type: markdown
attributes:
value: |
This issue form is for reporting bugs only!
If you have a feature or enhancement request, please use the [feature request][fr] form.
[fr]: https://github.com/micz/ThunderAI/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=
- type: textarea
validations:
required: true
id: problem
attributes:
label: The problem
description: >-
Describe the issue you are experiencing here. Tell us what you were trying to do and what happened.
Provide a clear and concise description of what the problem is.
- type: markdown
attributes:
value: |
## Environment
- type: input
validations:
required: true
attributes:
label: Which Operative System are you using?
description: >
Like Windows 10 or MacOSX.
- type: input
validations:
required: true
attributes:
label: Which version of Thunderbird has the issue?
description: >
Thunderbird version like 115.14.0 or 128.1.
- type: input
id: version
validations:
required: true
attributes:
label: Which version of ThunderAI has the issue?
description: >
ThunderAI version like 2.1.0.
- type: dropdown
validations:
required: true
id: integration
attributes:
label: Which integration are you using?
options:
- ChatGPT Web Interface
- OpenAI ChatGPT API
- Ollama API
- type: markdown
attributes:
value: |
# Details
- type: textarea
id: logs
attributes:
label: Anything in the Thunderbird console logs that might be useful?
description: For example, error message, or stack traces.
render: txt
- type: textarea
id: additional
attributes:
label: Additional information
description: >
If you have any additional information, use the field below.
Please note, you can attach screenshots or screen recordings here, by
dragging and dropping files in the field below.