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.

59 lines
1.4 KiB

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. body:
  10. - type: input
  11. id: gva
  12. attributes:
  13. label: gin-vue-admin 版本
  14. description: 请输入您当前使用的项目版本?
  15. placeholder: 2.4.5Beta
  16. validations:
  17. required: true
  18. - type: input
  19. id: node
  20. attributes:
  21. label: Node 版本
  22. description: 请输入您当前使用的NODE版本?
  23. placeholder: v14.16.0
  24. validations:
  25. required: true
  26. - type: input
  27. id: golang
  28. attributes:
  29. label: Golang 版本
  30. description: 请输入您当前使用的GOLANG版本?
  31. placeholder: go 1.16
  32. validations:
  33. required: true
  34. - type: dropdown
  35. id: reappearance
  36. attributes:
  37. label: 是否依旧存在
  38. description: 是否可以在master分支复现此bug?
  39. options:
  40. - 可以
  41. - 不可以
  42. - 未测试
  43. validations:
  44. required: true
  45. - type: textarea
  46. id: desc
  47. attributes:
  48. label: bug描述
  49. description: 请简要描述bug以及复现过程.
  50. placeholder: |
  51. 1. 首先...
  52. 2. 然后...
  53. validations:
  54. required: true
  55. - type: textarea
  56. id: advise
  57. attributes:
  58. label: 修改建议
  59. description: 您有好的建议或者修改方案可以提供给我们。