bug_report.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. name: Bug report
  2. description: Create a report to help us improve
  3. title: "Bug report"
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thank you for reporting a bug! Please fill out the following information.
  10. - type: textarea
  11. id: what-happened
  12. attributes:
  13. label: Describe the bug
  14. description: A clear and concise description of what the bug is.
  15. placeholder: My problem is...
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: how-repeat-problem
  20. attributes:
  21. label: How to repeat the problem?
  22. description: Sequence of actions that allow you to reproduce the bug
  23. placeholder: |
  24. 1. Open `Inbounds` page
  25. 2. ...
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: expected-action
  30. attributes:
  31. label: Expected action
  32. description: What's going to happen
  33. placeholder: Must be...
  34. validations:
  35. required: false
  36. - type: textarea
  37. id: received-action
  38. attributes:
  39. label: Received action
  40. description: What's really happening
  41. placeholder: It's actually happening...
  42. validations:
  43. required: false
  44. - type: input
  45. id: xui-version
  46. attributes:
  47. label: 3x-ui Version
  48. description: Which version of 3x-ui are you using?
  49. placeholder: 2.X.X
  50. validations:
  51. required: true
  52. - type: input
  53. id: xray-version
  54. attributes:
  55. label: Xray-core Version
  56. description: Which version of Xray-core are you using?
  57. placeholder: 2.X.X
  58. validations:
  59. required: false
  60. - type: checkboxes
  61. id: checklist
  62. attributes:
  63. label: Checklist
  64. description: Please check all the checkboxes
  65. options:
  66. - label: This bug report is written entirely in English.
  67. required: true
  68. - label: This bug report is new and no one has reported it before me.
  69. required: true