Browse Source
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
pull/32759/head
afc163
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
15 additions and
7 deletions
-
.github/ISSUE_TEMPLATE/template-1-bug-report.yml
-
.github/ISSUE_TEMPLATE/template-2-feature-request.yml
|
|
@ -1,6 +1,6 @@ |
|
|
|
name: 🇨🇳 报告缺陷(beta) |
|
|
|
description: 使用中文 Bug 报告模板提交一个缺陷,当然你也可以用 https://new-issue.ant.design |
|
|
|
title: "[Bug] " |
|
|
|
title: "[Bug] 请替换成合适的标题" |
|
|
|
labels: ["🐛+Bug"] |
|
|
|
body: |
|
|
|
- type: markdown |
|
|
@ -18,9 +18,6 @@ body: |
|
|
|
- 在 [StackOverflow](https://stackoverflow.com/questions/tagged/antd) (英文) 或是 [SegmentFault](https://segmentfault.com/t/antd)(中文)搜索和提问。 |
|
|
|
|
|
|
|
最后,在开 issue 前,可以先搜索一下以往的旧 issue - 你遇到的问题可能已经有人提了,也可能已经在最新版本中被修正。注意:如果你发现一个已经关闭的旧 issue 在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该用下面的表单开一个新的 issue。 |
|
|
|
|
|
|
|
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> |
|
|
|
|
|
|
|
--- |
|
|
|
- type: input |
|
|
|
id: reproduce |
|
|
@ -92,3 +89,10 @@ body: |
|
|
|
- iOS |
|
|
|
- Android |
|
|
|
- Others |
|
|
|
- type: input |
|
|
|
id: hidden-tag |
|
|
|
attributes: |
|
|
|
label: 其他 |
|
|
|
description: 不要删除预填内容,否则 issue 会被自动关闭。 |
|
|
|
value: <!-- generated by ant-design-issue-helper. DO NOT REMOVE --> |
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
name: 🇨🇳 功能需求(beta) |
|
|
|
description: 使用中文 Bug 报告模板提交一个功能需求,当然你也可以用 https://new-issue.ant.design |
|
|
|
title: "[Feature Request] " |
|
|
|
title: "[Feature Request] 请替换成合适的标题" |
|
|
|
labels: ["💡+Feature+Request"] |
|
|
|
body: |
|
|
|
- type: markdown |
|
|
@ -19,8 +19,6 @@ body: |
|
|
|
|
|
|
|
最后,在开 issue 前,可以先搜索一下以往的旧 issue - 你遇到的问题可能已经有人提了,也可能已经在最新版本中被修正。注意:如果你发现一个已经关闭的旧 issue 在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该用下面的表单开一个新的 issue。 |
|
|
|
|
|
|
|
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> |
|
|
|
|
|
|
|
--- |
|
|
|
- type: textarea |
|
|
|
id: needs |
|
|
@ -44,3 +42,9 @@ body: |
|
|
|
``` |
|
|
|
validations: |
|
|
|
required: true |
|
|
|
- type: input |
|
|
|
id: hidden-tag |
|
|
|
attributes: |
|
|
|
label: 其他 |
|
|
|
description: 不要删除预填内容,否则 issue 会被自动关闭。 |
|
|
|
value: <!-- generated by ant-design-issue-helper. DO NOT REMOVE --> |
|
|
|