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
about: Report an issue
title: "Issue: "
name: 🐛 问题反馈 | Bug Report
about: 提交使用过程中遇到的问题 | Report an issue
title: "问题:"
labels: '🐛 bug'
assignees: ''
---
<!-- 🔴 请注意XrayR等非XBoard问题请前往相应项目提问 -->
<!-- 🔴 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
**Basic Info**
**基本信息 | Basic Info**
```yaml
Version:
Deployment: [Docker/Manual]
PHP Version:
Database:
XBoard版本 | Version:
部署方式 | Deployment: [Docker/手动部署]
PHP版本 | Version:
数据库 | Database:
```
**Description**
<!-- Briefly describe the issue you encountered -->
**问题描述 | Description**
<!-- 简要描述你遇到的问题 -->
**Steps to Reproduce**
<!-- How to reproduce this issue? -->
**复现步骤 | Steps**
<!-- 如何复现这个问题? -->
1.
2.
**Screenshots**
<!-- Drag and drop images here (please hide sensitive information) -->
**相关截图 | Screenshots**
<!-- 拖拽图片到这里(请注意隐藏敏感信息)-->
**Logs**
<!-- Logs from storage/logs directory -->
**日志信息 | Logs**
<!-- storage/logs 目录下的日志 -->
```log
// Paste log content here
// 粘贴日志内容到这里
```

View File

@ -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**
<!-- Describe the feature or improvement you'd like to suggest -->
**需求描述 | Description**
<!-- 描述你希望添加的功能或改进建议 -->
**Use Case**
<!-- Describe the scenarios where this feature would be used and what problems it solves -->
**使用场景 | Use Case**
<!-- 描述这个功能会在什么场景下使用,解决什么问题 -->
**Suggestion**
<!-- How do you expect this feature to work? You can describe the specific implementation -->
**功能建议 | Suggestion**
<!-- 你期望这个功能是什么样的?可以描述一下具体实现方式 -->
```yaml
Type: [New Feature/Feature Enhancement/UI Improvement]
Expected:
功能形式 | Type: [新功能/功能优化/界面改进]
预期效果 | Expected:
```
**Additional Information**
<!-- Any additional information or reference examples -->
**补充说明 | Additional**
<!-- 其他补充说明或者参考示例 -->