bug_template.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. - app.all-hands.dev
  32. - Other
  33. default: 0
  34. - type: input
  35. id: openhands-version
  36. attributes:
  37. label: OpenHands Version
  38. description: What version of OpenHands are you using?
  39. placeholder: ex. 0.9.8, main, etc.
  40. - type: dropdown
  41. id: os
  42. attributes:
  43. label: Operating System
  44. options:
  45. - MacOS
  46. - Linux
  47. - WSL on Windows
  48. - type: textarea
  49. id: additional-context
  50. attributes:
  51. label: Logs, Errors, Screenshots, and Additional Context
  52. description: Please provide any additional information you think might help. If you want to share the chat history
  53. you can click the thumbs-down (👎) button above the input field and you will get a shareable link
  54. (you can also click thumbs up when things are going well of course!). LLM logs will be stored in the
  55. `logs/llm/default` folder. Please add any additional context about the problem here.