From e433b5f7da50523a647bbb375acce45e18d8b721 Mon Sep 17 00:00:00 2001 From: xboard Date: Sun, 26 Jan 2025 00:54:51 +0800 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 38 ++++++++++++----------- .github/ISSUE_TEMPLATE/feature-request.md | 27 ++++++++-------- 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 2f84db2..4a5ac47 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,37 +1,39 @@ --- -name: 🐛 Bug Report -about: Report an issue -title: "Issue: " +name: 🐛 问题反馈 | Bug Report +about: 提交使用过程中遇到的问题 | Report an issue +title: "问题:" labels: '🐛 bug' assignees: '' --- + +> ⚠️ 请务必按照模板填写完整信息,没有详细描述的issue可能会被忽略或关闭 > ⚠️ Please follow the template to provide complete information, issues without detailed description may be ignored or closed -**Basic Info** +**基本信息 | Basic Info** ```yaml -Version: -Deployment: [Docker/Manual] -PHP Version: -Database: +XBoard版本 | Version: +部署方式 | Deployment: [Docker/手动部署] +PHP版本 | Version: +数据库 | Database: ``` -**Description** - +**问题描述 | Description** + -**Steps to Reproduce** - +**复现步骤 | Steps** + 1. 2. -**Screenshots** - +**相关截图 | Screenshots** + -**Logs** - +**日志信息 | Logs** + ```log -// Paste log content here -``` +// 粘贴日志内容到这里 +``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 76a9a29..6949697 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,27 +1,28 @@ --- -name: ✨ Feature Request -about: Suggest an idea -title: "Suggestion: " +name: ✨ 功能请求 | Feature Request +about: 提交新功能建议或改进意见 | Suggest an idea +title: "建议:" labels: '✨ enhancement' assignees: '' --- +> ⚠️ 请务必按照模板详细描述你的需求,没有详细描述的issue可能会被忽略或关闭 > ⚠️ Please follow the template to describe your request in detail, issues without detailed description may be ignored or closed -**Description** - +**需求描述 | Description** + -**Use Case** - +**使用场景 | Use Case** + -**Suggestion** - +**功能建议 | Suggestion** + ```yaml -Type: [New Feature/Feature Enhancement/UI Improvement] -Expected: +功能形式 | Type: [新功能/功能优化/界面改进] +预期效果 | Expected: ``` -**Additional Information** - \ No newline at end of file +**补充说明 | Additional** + \ No newline at end of file