bug_report.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. name: Bug Report
  2. description: File a bug report to help us improve HelixDB
  3. title: "[Bug]: "
  4. labels: ["bug", "triage"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this bug report!
  10. - type: textarea
  11. id: what-happened
  12. attributes:
  13. label: What happened?
  14. description: Also tell us, what did you expect to happen?
  15. placeholder: "A clear and concise description of what the bug is..."
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: reproduction
  20. attributes:
  21. label: Steps to reproduce
  22. description: How can we reproduce this issue?
  23. placeholder: |
  24. 1. Start HelixDB with '...'
  25. 2. Run query '...'
  26. 3. See error
  27. validations:
  28. required: true
  29. - type: input
  30. id: version
  31. attributes:
  32. label: Version
  33. description: What version of HelixDB are you running?
  34. placeholder: "e.g. 1.0.0"
  35. validations:
  36. required: true
  37. - type: dropdown
  38. id: environment
  39. attributes:
  40. label: Environment
  41. description: Where are you running HelixDB?
  42. options:
  43. - Self-hosted
  44. - Managed Service
  45. - Development/Local
  46. validations:
  47. required: true
  48. - type: textarea
  49. id: logs
  50. attributes:
  51. label: Relevant log output
  52. description: Please copy and paste any relevant log output. This will be automatically formatted into code.
  53. render: shell
  54. - type: textarea
  55. id: additional
  56. attributes:
  57. label: Additional context
  58. description: Add any other context about the problem here