update issue template

This commit is contained in:
xboard 2025-01-26 00:54:51 +08:00
parent 2a43a442de
commit e433b5f7da
2 changed files with 34 additions and 31 deletions

View File

@ -1,37 +1,39 @@
--- ---
name: 🐛 Bug Report name: 🐛 问题反馈 | Bug Report
about: Report an issue about: 提交使用过程中遇到的问题 | Report an issue
title: "Issue: " title: "问题:"
labels: '🐛 bug' labels: '🐛 bug'
assignees: '' assignees: ''
--- ---
<!-- 🔴 请注意XrayR等非XBoard问题请前往相应项目提问 -->
<!-- 🔴 Note: For XrayR and other non-XBoard issues, please report to their respective projects --> <!-- 🔴 Note: For XrayR and other non-XBoard issues, please report to their respective projects -->
> ⚠️ 请务必按照模板填写完整信息没有详细描述的issue可能会被忽略或关闭
> ⚠️ Please follow the template to provide complete information, issues without detailed description may be ignored or closed > ⚠️ Please follow the template to provide complete information, issues without detailed description may be ignored or closed
**Basic Info** **基本信息 | Basic Info**
```yaml ```yaml
Version: XBoard版本 | Version:
Deployment: [Docker/Manual] 部署方式 | Deployment: [Docker/手动部署]
PHP Version: PHP版本 | Version:
Database: 数据库 | Database:
``` ```
**Description** **问题描述 | Description**
<!-- Briefly describe the issue you encountered --> <!-- 简要描述你遇到的问题 -->
**Steps to Reproduce** **复现步骤 | Steps**
<!-- How to reproduce this issue? --> <!-- 如何复现这个问题? -->
1. 1.
2. 2.
**Screenshots** **相关截图 | Screenshots**
<!-- Drag and drop images here (please hide sensitive information) --> <!-- 拖拽图片到这里(请注意隐藏敏感信息)-->
**Logs** **日志信息 | Logs**
<!-- Logs from storage/logs directory --> <!-- storage/logs 目录下的日志 -->
```log ```log
// Paste log content here // 粘贴日志内容到这里
``` ```

View File

@ -1,27 +1,28 @@
--- ---
name: ✨ Feature Request name: ✨ 功能请求 | Feature Request
about: Suggest an idea about: 提交新功能建议或改进意见 | Suggest an idea
title: "Suggestion: " title: "建议:"
labels: '✨ enhancement' labels: '✨ enhancement'
assignees: '' assignees: ''
--- ---
> ⚠️ 请务必按照模板详细描述你的需求没有详细描述的issue可能会被忽略或关闭
> ⚠️ Please follow the template to describe your request in detail, issues without detailed description may be ignored or closed > ⚠️ Please follow the template to describe your request in detail, issues without detailed description may be ignored or closed
**Description** **需求描述 | Description**
<!-- Describe the feature or improvement you'd like to suggest --> <!-- 描述你希望添加的功能或改进建议 -->
**Use Case** **使用场景 | Use Case**
<!-- Describe the scenarios where this feature would be used and what problems it solves --> <!-- 描述这个功能会在什么场景下使用,解决什么问题 -->
**Suggestion** **功能建议 | Suggestion**
<!-- How do you expect this feature to work? You can describe the specific implementation --> <!-- 你期望这个功能是什么样的?可以描述一下具体实现方式 -->
```yaml ```yaml
Type: [New Feature/Feature Enhancement/UI Improvement] 功能形式 | Type: [新功能/功能优化/界面改进]
Expected: 预期效果 | Expected:
``` ```
**Additional Information** **补充说明 | Additional**
<!-- Any additional information or reference examples --> <!-- 其他补充说明或者参考示例 -->