bug_report.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: "\U0001F41E Bug report"
  2. description: Report an issue with vue-pure-admin
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. 感谢您花时间填写此错误报告 (Thanks for taking the time to fill out this bug report)
  8. - type: textarea
  9. id: bug-description
  10. attributes:
  11. label: 描述问题 (Describe the problem)
  12. placeholder: 请描述您的问题 (Please describe your problem)
  13. validations:
  14. required: true
  15. - type: textarea
  16. id: reproduction-steps
  17. attributes:
  18. label: 如何复现该问题 (How to reproduce the problem)
  19. placeholder: 请提供复现问题的具体操作步骤,以便平台快速定位、高效地解决问题。当然如果问题的操作步骤较复杂,您可以fork平台,然后去改动代码复现问题,这样更高效 (Please provide specific steps to reproduce the problem, so that the platform can quickly locate and solve the problem efficiently. Of course, if the operation steps of the problem are more complicated, you can fork the platform, and then modify the code to reproduce the problem, which is more efficient)
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: system-info
  24. attributes:
  25. label: 操作系统和浏览器信息 (Operating system and browser information)
  26. placeholder: 如果您遇到操作系统或浏览器兼容性问题,可选填此项 (Optional if you encounter operating system or browser compatibility issues)
  27. validations:
  28. required: false
  29. - type: checkboxes
  30. id: checkboxes
  31. attributes:
  32. label: 验证 (Verify)
  33. description: 在提交问题之前,请确保您执行以下操作 (Before submitting an issue, please ensure you do the following)
  34. options:
  35. - label: 是否仔细阅读过 [文档](https://yiming_chang.gitee.io/pure-admin-doc/) (Have you read [documentation](https://yiming_chang.gitee.io/pure-admin-doc/) carefully)
  36. required: true
  37. - label: 检查是否存在相同或类似的问题 [issues](https://github.com/pure-admin/vue-pure-admin/issues) (Check for the same or similar [issues](https://github.com/pure-admin/vue-pure-admin/issues))
  38. required: true