feature-report.zh-CN.yml 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. name: 反馈新功能
  2. description: 通过 github 模板进行新功能反馈。
  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: textarea
  14. id: functionContent
  15. attributes:
  16. label: 这个功能解决了什么问题
  17. description: 请详尽说明这个需求的用例和场景。最重要的是:解释清楚是怎样的用户体验需求催生了这个功能上的需求。我们将考虑添加在现有 API 无法轻松实现的功能。新功能的用例也应当足够常见。
  18. placeholder: 请填写
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: functionalExpectations
  23. attributes:
  24. label: 你建议的方案是什么
  25. placeholder: 请填写
  26. validations:
  27. required: true