bug-report.zh-CN.yml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. name: 反馈 Bug
  2. description: 通过 github 模板进行 Bug 反馈。
  3. title: "[组件名称] 描述问题的标题"
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. # 欢迎你的参与
  9. tdesign-vue-starter 的 Issue 列表接受 bug 报告或是新功能请求。也可加入官方社区:<img width="80px" src="https://user-images.githubusercontent.com/15634204/157386871-bf84c2ea-a02f-4c1c-b6fd-577450cdbcf7.png" />
  10. 在发布一个 Issue 前,请确保:
  11. - 在 [常见问题](https://tdesign.tencent.com/about/faq)、[更新日志](https://tdesign.tencent.com/about/release) 和 [旧Issue列表](https://github.com/Tencent/tdesign-vue-starter/issues?q=is%3Aissue) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正)
  12. - 如果你发现一个已经关闭的旧 Issue 在最新版本中仍然存在,不要在旧 Issue 下面留言,请建一个新的 issue。
  13. - type: input
  14. id: version
  15. attributes:
  16. label: tdesign-vue-starter 版本
  17. description: 请检查在最新项目版本中能否重现此 issue。
  18. placeholder: 请填写
  19. validations:
  20. required: true
  21. - type: input
  22. id: reproduce
  23. attributes:
  24. label: 重现链接
  25. description: 请提供尽可能精简的 CodePen、CodeSandbox 或 GitHub 仓库的链接。请不要填无关链接,否则你的 Issue 将被关闭。
  26. placeholder: 请填写
  27. - type: textarea
  28. id: reproduceSteps
  29. attributes:
  30. label: 重现步骤
  31. description: 请清晰的描述重现该 Issue 的步骤,这能帮助我们快速定位问题。没有清晰重现步骤将不会被修复,标有 'need reproduction' 的 Issue 在 7 天内不提供相关步骤,将被关闭。
  32. placeholder: 请填写
  33. - type: textarea
  34. id: expect
  35. attributes:
  36. label: 期望结果
  37. placeholder: 请填写
  38. - type: textarea
  39. id: actual
  40. attributes:
  41. label: 实际结果
  42. placeholder: 请填写
  43. - type: input
  44. id: frameworkVersion
  45. attributes:
  46. label: 框架版本
  47. placeholder: Vue(3.2.0)
  48. - type: input
  49. id: browsersVersion
  50. attributes:
  51. label: 浏览器版本
  52. placeholder: Chrome(8.213.231.123)
  53. - type: input
  54. id: systemVersion
  55. attributes:
  56. label: 系统版本
  57. placeholder: MacOS(11.2.3)
  58. - type: input
  59. id: nodeVersion
  60. attributes:
  61. label: Node版本
  62. placeholder: 请填写
  63. - type: textarea
  64. id: remarks
  65. attributes:
  66. label: 补充说明
  67. description: 可以是遇到这个 bug 的业务场景、上下文等信息。
  68. placeholder: 请填写