mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
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:
parent
0224151484
commit
410e92f522
12
.github/ISSUE_TEMPLATE/template-1-bug-report.yml
vendored
12
.github/ISSUE_TEMPLATE/template-1-bug-report.yml
vendored
@ -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 -->
|
||||||
|
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user