Skip to content

Commit

Permalink
docs: upate ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jun 26, 2022
1 parent a8181ed commit 486635e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 20 deletions.
16 changes: 10 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
---
name: '报告Bug 🐛'
name: '报告 Bug | Report bug 🐛'
about: 报告 Ant Design Pro 的 bug
title: '🐛[BUG]'
labels: '🐛bug'
title: '🐛 [BUG]'
labels: '🐛 bug'
assignees: ''
---

### 🐛 bug 描述

<!--
详细地描述 bug,让大家都能理解
Describe the bug in detail so that everyone can understand it
-->

### 📷 复现步骤
### 📷 复现步骤 | Recurrence steps

<!--
清晰描述复现步骤,让别人也能看到问题
Clearly describe the recurrence steps so that others can see the problem
-->

### 🏞 期望结果
### 🏞 期望结果 | Expected results

<!--
描述你原本期望看到的结果
Describe what you expected to see
-->

### 💻 复现代码
### 💻 复现代码 | Recurrence code

<!--
提供可复现的代码,仓库,或线上示例
Provide reproducible code, warehouse, or online examples
-->

### © 版本信息
Expand Down
13 changes: 8 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
---
name: '功能需求 ✨'
name: '功能需求 | Feature Requirements '
about: 对 Ant Design Pro 的需求或建议
title: '👑 [需求]'
labels: '👑Feature Request'
labels: '👑 Feature Request'
assignees: ''
---

### 🥰 需求描述
### 🥰 需求描述 | Requirements description

<!--
详细地描述需求,让大家都能理解
Describe the requirements in detail so that everyone can understand them
-->

### 🧐 解决方案
### 🧐 解决方案 | Solution

<!--
如果你有解决方案,在这里清晰地阐述
If you have a solution, explain it clearly here
-->

### 🚑 其他信息
### 🚑 其他信息 | Other information

<!--
如截图等其他信息可以贴在这里
Other information such as screenshots can be posted here
-->
23 changes: 16 additions & 7 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,34 @@
---
name: '疑问或需要帮助 ❓'
name: '疑问或需要帮助 | Questions or need help '
about: 对 Ant Design Pro 使用的疑问或需要帮助
title: '🧐[问题]'
labels: '🧐question'
title: '🧐[问题 | question]'
labels: '🧐 question'
assignees: ''
---

### 🧐 问题描述
### 🧐 问题描述 | Problem description

<!--
详细地描述问题,让大家都能理解
Describe the problem in detail so that everyone can understand it
-->

### 💻 示例代码
### 💻 示例代码 | Sample code

<!--
如果你有解决方案,在这里清晰地阐述
一个最小可重现的代码,让开发者可以快速的定位问题
A minimal reproducible code that allows developers to quickly locate problems
-->

### 🚑 其他信息
### 🚑 其他信息 | Other information

<!--
如截图等其他信息可以贴在这里
Other information such as screenshots can be posted here
-->

OS:

Node:

浏览器 | browser:
4 changes: 2 additions & 2 deletions .github/workflows/preview-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ permissions:
jobs:
preview:
permissions:
issues: write # for actions-cool/maintain-one-comment to modify or create issue comments
pull-requests: write # for actions-cool/maintain-one-comment to modify or create PR comments
issues: write # for actions-cool/maintain-one-comment to modify or create issue comments
pull-requests: write # for actions-cool/maintain-one-comment to modify or create PR comments
runs-on: ubuntu-latest
steps:
- name: create
Expand Down

0 comments on commit 486635e

Please sign in to comment.