bug_report.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Bug Report
  2. description: File a bug report
  3. title: "[Bug]:"
  4. labels: ["bug", "triage"]
  5. body:
  6. - type: checkboxes
  7. id: existingcheck
  8. attributes:
  9. label: Do you need to file an issue?
  10. description: Please help us manage our time by avoiding duplicates and common bugs with the steps below.
  11. options:
  12. - label: I have searched the existing issues and this bug is not already filed.
  13. - label: I believe this is a legitimate bug, not just a question or feature request.
  14. - type: textarea
  15. id: description
  16. attributes:
  17. label: Describe the bug
  18. description: A clear and concise description of what the bug is.
  19. placeholder: What went wrong?
  20. - type: textarea
  21. id: reproduce
  22. attributes:
  23. label: Steps to reproduce
  24. description: Steps to reproduce the behavior.
  25. placeholder: How can we replicate the issue?
  26. - type: textarea
  27. id: expected_behavior
  28. attributes:
  29. label: Expected Behavior
  30. description: A clear and concise description of what you expected to happen.
  31. placeholder: What should have happened?
  32. - type: textarea
  33. id: configused
  34. attributes:
  35. label: LightRAG Config Used
  36. description: The LightRAG configuration used for the run.
  37. placeholder: The settings content or LightRAG configuration
  38. value: |
  39. # Paste your config here
  40. - type: textarea
  41. id: screenshotslogs
  42. attributes:
  43. label: Logs and screenshots
  44. description: If applicable, add screenshots and logs to help explain your problem.
  45. placeholder: Add logs and screenshots here
  46. - type: textarea
  47. id: additional_information
  48. attributes:
  49. label: Additional Information
  50. description: |
  51. - LightRAG Version: e.g., v0.1.1
  52. - Operating System: e.g., Windows 10, Ubuntu 20.04
  53. - Python Version: e.g., 3.8
  54. - Related Issues: e.g., #1
  55. - Any other relevant information.
  56. value: |
  57. - LightRAG Version:
  58. - Operating System:
  59. - Python Version:
  60. - Related Issues: