bug_template.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. 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.
  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 troubleshooting document at https://docs.all-hands.dev/modules/usage/troubleshooting
  15. required: true
  16. - label: I have checked the existing issues.
  17. required: true
  18. - type: textarea
  19. id: bug-description
  20. attributes:
  21. label: Describe the bug
  22. description: Provide a short description of the problem.
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: current-version
  27. attributes:
  28. label: Current OpenHands version
  29. 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).
  30. render: bash
  31. validations:
  32. required: true
  33. - type: textarea
  34. id: config
  35. attributes:
  36. label: Installation and Configuration
  37. description: Please provide any commands you ran and any configuration (redacting API keys)
  38. render: bash
  39. validations:
  40. required: true
  41. - type: textarea
  42. id: model-agent
  43. attributes:
  44. label: Model and Agent
  45. description: What model and agent are you using? You can see these settings in the UI by clicking the settings wheel.
  46. placeholder: |
  47. - Model:
  48. - Agent:
  49. - type: textarea
  50. id: os-version
  51. attributes:
  52. label: Operating System
  53. description: What Operating System are you using? Linux, Mac OS, WSL on Windows
  54. - type: textarea
  55. id: repro-steps
  56. attributes:
  57. label: Reproduction Steps
  58. description: Please list the steps to reproduce the issue.
  59. placeholder: |
  60. 1.
  61. 2.
  62. 3.
  63. - type: textarea
  64. id: additional-context
  65. attributes:
  66. label: Logs, Errors, Screenshots, and Additional Context
  67. 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.