You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.4 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. name: 🐛 Bug report
  2. description: Report a bug to help us improve Gin-Vue-Admin
  3. title: "[Bug]: "
  4. labels: [bug]
  5. assignees:
  6. - piexlmax
  7. - songzhibin97
  8. - SliverHorn
  9. - bypanghu
  10. body:
  11. - type: input
  12. id: gva
  13. attributes:
  14. label: yibu 版本
  15. description: 请输入您当前使用的项目版本?
  16. placeholder: 2.4.5Beta
  17. validations:
  18. required: true
  19. - type: input
  20. id: node
  21. attributes:
  22. label: Node 版本
  23. description: 请输入您当前使用的NODE版本?
  24. placeholder: v14.16.0
  25. validations:
  26. required: true
  27. - type: input
  28. id: golang
  29. attributes:
  30. label: Golang 版本
  31. description: 请输入您当前使用的GOLANG版本?
  32. placeholder: go 1.16
  33. validations:
  34. required: true
  35. - type: dropdown
  36. id: reappearance
  37. attributes:
  38. label: 是否依旧存在
  39. description: 是否可以在master分支复现此bug?
  40. options:
  41. - 可以
  42. - 不可以
  43. - 未测试
  44. validations:
  45. required: true
  46. - type: textarea
  47. id: desc
  48. attributes:
  49. label: bug描述
  50. description: 请简要描述bug以及复现过程.
  51. placeholder: |
  52. 1. 首先...
  53. 2. 然后...
  54. validations:
  55. required: true
  56. - type: textarea
  57. id: advise
  58. attributes:
  59. label: 修改建议
  60. description: 您有好的建议或者修改方案可以提供给我们。