diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e408f490..5cb26924 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.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: '' -### 📷 复现步骤 +### 📷 复现步骤 | Recurrence steps -### 🏞 期望结果 +### 🏞 期望结果 | Expected results -### 💻 复现代码 +### 💻 复现代码 | Recurrence code ### © 版本信息 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 69a8b366..545431d2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.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 -### 🧐 解决方案 +### 🧐 解决方案 | Solution -### 🚑 其他信息 +### 🚑 其他信息 | Other information diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index ffdc040d..f0fbe7dd 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.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 -### 💻 示例代码 +### 💻 示例代码 | Sample code -### 🚑 其他信息 +### 🚑 其他信息 | Other information + +OS: + +Node: + +浏览器 | browser: diff --git a/.github/workflows/preview-start.yml b/.github/workflows/preview-start.yml index 98d2f126..39f561d1 100644 --- a/.github/workflows/preview-start.yml +++ b/.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