chore: update issue template (#32749)

* Update template-1-bug-report.yml

* Update template-2-feature-request.yml

* Update template-2-feature-request.yml

* Update template-1-bug-report.yml

* Update template-1-bug-report.yml

* Update template-2-feature-request.yml
This commit is contained in:
afc163 2021-11-04 19:25:32 +08:00 committed by GitHub
parent 0224151484
commit 410e92f522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 7 deletions

View File

@ -1,6 +1,6 @@
name: 🇨🇳 报告缺陷beta name: 🇨🇳 报告缺陷beta
description: 使用中文 Bug 报告模板提交一个缺陷,当然你也可以用 https://new-issue.ant.design description: 使用中文 Bug 报告模板提交一个缺陷,当然你也可以用 https://new-issue.ant.design
title: "[Bug] " title: "[Bug] 请替换成合适的标题"
labels: ["🐛+Bug"] labels: ["🐛+Bug"]
body: body:
- type: markdown - type: markdown
@ -18,9 +18,6 @@ body:
- 在 [StackOverflow](https://stackoverflow.com/questions/tagged/antd) (英文) 或是 [SegmentFault](https://segmentfault.com/t/antd)(中文)搜索和提问。 - 在 [StackOverflow](https://stackoverflow.com/questions/tagged/antd) (英文) 或是 [SegmentFault](https://segmentfault.com/t/antd)(中文)搜索和提问。
最后,在开 issue 前,可以先搜索一下以往的旧 issue - 你遇到的问题可能已经有人提了,也可能已经在最新版本中被修正。注意:如果你发现一个已经关闭的旧 issue 在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该用下面的表单开一个新的 issue。 最后,在开 issue 前,可以先搜索一下以往的旧 issue - 你遇到的问题可能已经有人提了,也可能已经在最新版本中被修正。注意:如果你发现一个已经关闭的旧 issue 在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该用下面的表单开一个新的 issue。
<!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
--- ---
- type: input - type: input
id: reproduce id: reproduce
@ -92,3 +89,10 @@ body:
- iOS - iOS
- Android - Android
- Others - Others
- type: input
id: hidden-tag
attributes:
label: 其他
description: 不要删除预填内容,否则 issue 会被自动关闭。
value: <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->

View File

@ -1,6 +1,6 @@
name: 🇨🇳 功能需求beta name: 🇨🇳 功能需求beta
description: 使用中文 Bug 报告模板提交一个功能需求,当然你也可以用 https://new-issue.ant.design description: 使用中文 Bug 报告模板提交一个功能需求,当然你也可以用 https://new-issue.ant.design
title: "[Feature Request] " title: "[Feature Request] 请替换成合适的标题"
labels: ["💡+Feature+Request"] labels: ["💡+Feature+Request"]
body: body:
- type: markdown - type: markdown
@ -19,8 +19,6 @@ body:
最后,在开 issue 前,可以先搜索一下以往的旧 issue - 你遇到的问题可能已经有人提了,也可能已经在最新版本中被修正。注意:如果你发现一个已经关闭的旧 issue 在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该用下面的表单开一个新的 issue。 最后,在开 issue 前,可以先搜索一下以往的旧 issue - 你遇到的问题可能已经有人提了,也可能已经在最新版本中被修正。注意:如果你发现一个已经关闭的旧 issue 在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该用下面的表单开一个新的 issue。
<!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
--- ---
- type: textarea - type: textarea
id: needs id: needs
@ -44,3 +42,9 @@ body:
``` ```
validations: validations:
required: true required: true
- type: input
id: hidden-tag
attributes:
label: 其他
description: 不要删除预填内容,否则 issue 会被自动关闭。
value: <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->