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.

53 lines
1.2 KiB

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