Update issue template to make it less daunting (#4307)

This commit is contained in:
mamoodi
2024-10-09 15:32:49 -04:00
committed by GitHub
parent 3f36338d19
commit ea883d4d18

View File

@@ -5,71 +5,55 @@ labels: ['bug']
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: Thank you for taking the time to fill out this bug report. We greatly appreciate your effort to complete this template fully. Please provide as much information as possible to help us understand and address the issue effectively. value: Thank you for taking the time to fill out this bug report. Please provide as much information as possible to help us understand and address the issue effectively.
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for the same bug? label: Is there an existing issue for the same bug?
description: Please check if an issue already exists for the bug you encountered. description: Please check if an issue already exists for the bug you encountered.
options: options:
- label: I have checked the troubleshooting document at https://docs.all-hands.dev/modules/usage/troubleshooting
required: true
- label: I have checked the existing issues. - label: I have checked the existing issues.
required: true required: true
- type: textarea - type: textarea
id: bug-description id: bug-description
attributes: attributes:
label: Describe the bug label: Describe the bug and reproduction steps
description: Provide a short description of the problem. description: Provide a description of the issue along with any reproduction steps.
validations: validations:
required: true required: true
- type: textarea - type: dropdown
id: current-version id: installation
attributes: attributes:
label: Current OpenHands version label: OpenHands Installation
description: What version of OpenHands are you using? If you're running in docker, tell us the tag you're using (e.g. ghcr.io/all-hands-ai/openhands:0.3.1). description: How are you running OpenHands?
render: bash options:
validations: - Docker command in README
required: true - Development workflow
default: 0
- type: textarea - type: input
id: config id: openhands-version
attributes: attributes:
label: Installation and Configuration label: OpenHands Version
description: Please provide any commands you ran and any configuration (redacting API keys) description: What version of OpenHands are you using?
render: bash placeholder: ex. 0.9.8, main, etc.
validations:
required: true
- type: textarea - type: dropdown
id: model-agent id: os
attributes:
label: Model and Agent
description: What model and agent are you using? You can see these settings in the UI by clicking the settings wheel.
placeholder: |
- Model:
- Agent:
- type: textarea
id: os-version
attributes: attributes:
label: Operating System label: Operating System
description: What Operating System are you using? Linux, Mac OS, WSL on Windows options:
- MacOS
- type: textarea - Linux
id: repro-steps - WSL on Windows
attributes:
label: Reproduction Steps
description: Please list the steps to reproduce the issue.
placeholder: |
1.
2.
3.
- type: textarea - type: textarea
id: additional-context id: additional-context
attributes: attributes:
label: Logs, Errors, Screenshots, and Additional Context label: Logs, Errors, Screenshots, and Additional Context
description: If you want to share the chat history you can click the thumbs-down (👎) button above the input field and you will get a shareable link (you can also click thumbs up when things are going well of course!). LLM logs will be stored in the `logs/llm/default` folder. Please add any additional context about the problem here. description: Please provide any additional information you think might help. If you want to share the chat history
you can click the thumbs-down (👎) button above the input field and you will get a shareable link
(you can also click thumbs up when things are going well of course!). LLM logs will be stored in the
`logs/llm/default` folder. Please add any additional context about the problem here.