diff --git a/.github/ISSUE_TEMPLATE/bug-report----问题反馈.md b/.github/ISSUE_TEMPLATE/bug-report----问题反馈.md index beeb6eb..088a5fb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report----问题反馈.md +++ b/.github/ISSUE_TEMPLATE/bug-report----问题反馈.md @@ -1,43 +1,39 @@ --- -name: Bug report | 问题反馈 -about: Tell us what problems you have encountered -title: "[BUG]" -labels: '' +name: 🐛 问题反馈 | Bug Report +about: 提交使用过程中遇到的问题 | Report an issue +title: "问题:" +labels: '🐛 bug' assignees: '' - --- -🙇‍♂️🙇‍♂️🙇‍♂️注意:XrayR等非XBoard问题请前往项目方提问 -🙇‍♂️🙇‍♂️🙇‍♂️Note: XrayR and other non-XBoard issues please go to the project side to ask questions + + + +> ⚠️ 请务必按照模板填写完整信息,没有详细描述的issue可能会被忽略或关闭 +> ⚠️ Please follow the template to provide complete information, issues without detailed description may be ignored or closed + +**基本信息 | Basic Info** +```yaml +XBoard版本 | Version: +部署方式 | Deployment: [Docker/手动部署] +PHP版本 | Version: +数据库 | Database: +``` + +**问题描述 | Description** + -The XBoard version number you are using -当前使用的XBoard版本号(git commit id) --------- +**复现步骤 | Steps** + +1. +2. -Would you like to deploy using Docker? -你的部署方式(是否为Docker) --------- +**相关截图 | Screenshots** + - -Please briefly describe the issue you encountered (preferably with reproducible steps). -简单描述你遇到的问题(最好带上复现步骤) --------- - - - -Screenshot of the reported error(Please do desensitization) -报告错误的截图(请做脱敏处理) --------- - - - -Screenshot of the reported error(Please do desensitization) -报告错误的截图(请做脱敏处理) --------- - - - -Run the php artisan log:export 7 command to export log files (where 7 represents logs for the last 7 days). -运行`php artisan log:export 7` 命令导出的日志文件(其中7为最近7天的日志)。 --------- +**日志信息 | Logs** + +```log +// 粘贴日志内容到这里 +``` diff --git a/.github/ISSUE_TEMPLATE/feature-request---功能请求.md b/.github/ISSUE_TEMPLATE/feature-request---功能请求.md index f025311..f1374ec 100644 --- a/.github/ISSUE_TEMPLATE/feature-request---功能请求.md +++ b/.github/ISSUE_TEMPLATE/feature-request---功能请求.md @@ -1,11 +1,28 @@ --- -name: Feature request | 功能请求 -about: Tell us what you need -title: "[Feature request]" -labels: '' +name: ✨ 功能请求 | Feature Request +about: 提交新功能建议或改进意见 | Suggest an idea +title: "建议:" +labels: '✨ enhancement' assignees: '' - --- -Please describe in detail the problems or needs you have encountered. -请详细描述你遇到的问题或需求。 +> ⚠️ 请务必按照模板详细描述你的需求,没有详细描述的issue可能会被忽略或关闭 +> ⚠️ Please follow the template to describe your request in detail, issues without detailed description may be ignored or closed + +**需求描述 | Description** + + + +**使用场景 | Use Case** + + + +**功能建议 | Suggestion** + +```yaml +功能形式 | Type: [新功能/功能优化/界面改进] +预期效果 | Expected: +``` + +**补充说明 | Additional** +