bug_template.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. name: Bug
  2. description: Report a problem with OpenHands
  3. title: '[Bug]: '
  4. labels: ['bug']
  5. body:
  6. - type: markdown
  7. attributes:
  8. 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.
  9. - type: checkboxes
  10. attributes:
  11. label: Is there an existing issue for the same bug?
  12. description: Please check if an issue already exists for the bug you encountered.
  13. options:
  14. - label: I have checked the existing issues.
  15. required: true
  16. - type: textarea
  17. id: bug-description
  18. attributes:
  19. label: Describe the bug and reproduction steps
  20. description: Provide a description of the issue along with any reproduction steps.
  21. validations:
  22. required: true
  23. - type: dropdown
  24. id: installation
  25. attributes:
  26. label: OpenHands Installation
  27. description: How are you running OpenHands?
  28. options:
  29. - Docker command in README
  30. - Development workflow
  31. default: 0
  32. - type: input
  33. id: openhands-version
  34. attributes:
  35. label: OpenHands Version
  36. description: What version of OpenHands are you using?
  37. placeholder: ex. 0.9.8, main, etc.
  38. - type: dropdown
  39. id: os
  40. attributes:
  41. label: Operating System
  42. options:
  43. - MacOS
  44. - Linux
  45. - WSL on Windows
  46. - type: textarea
  47. id: additional-context
  48. attributes:
  49. label: Logs, Errors, Screenshots, and Additional Context
  50. description: Please provide any additional information you think might help. If you want to share the chat history
  51. you can click the thumbs-down (👎) button above the input field and you will get a shareable link
  52. (you can also click thumbs up when things are going well of course!). LLM logs will be stored in the
  53. `logs/llm/default` folder. Please add any additional context about the problem here.