bug_template.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: Bug
  2. description: Report a problem with OpenDevin
  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://opendevin.github.io/OpenDevin/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 Version
  29. description: What version are you using? If you're running in docker, tell us the tag you're using (e.g. ghcr.io/opendevin/opendevin: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: repro-steps
  51. attributes:
  52. label: Reproduction Steps
  53. description: Please list the steps to reproduce the issue.
  54. placeholder: |
  55. 1.
  56. 2.
  57. 3.
  58. - type: textarea
  59. id: additional-context
  60. attributes:
  61. label: Logs, Errors, Screenshots, and Additional Context
  62. description: LLM logs will be stored in the `logs/llm/default` folder. Please add any additional context about the problem here.