Browse Source

docs: upate ISSUE_TEMPLATE

umi@3
期贤 4 years ago
parent
commit
486635ef76
  1. 16
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 13
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 23
      .github/ISSUE_TEMPLATE/question.md
  4. 4
      .github/workflows/preview-start.yml

16
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,8 +1,8 @@
---
name: '报告Bug 🐛'
name: '报告 Bug | Report bug 🐛'
about: 报告 Ant Design Pro 的 bug
title: '🐛[BUG]'
labels: '🐛bug'
title: '🐛 [BUG]'
labels: '🐛 bug'
assignees: ''
---
@ -10,24 +10,28 @@ assignees: ''
<!--
详细地描述 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
-->
### © 版本信息

13
.github/ISSUE_TEMPLATE/feature_request.md

@ -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
.github/ISSUE_TEMPLATE/question.md

@ -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
.github/workflows/preview-start.yml

@ -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

Loading…
Cancel
Save