init
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
---
|
||||
name: Bug 报告 / Bug Report
|
||||
about: 报告一个问题帮助我们改进 / Report a bug to help us improve
|
||||
title: "[Bug] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 问题描述 / Description
|
||||
<!-- 简洁清晰地描述这个 Bug / A clear and concise description of the bug -->
|
||||
|
||||
|
||||
## 复现步骤 / Steps to Reproduce
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## 预期行为 / Expected Behavior
|
||||
<!-- 你期望发生什么 / What you expected to happen -->
|
||||
|
||||
|
||||
## 实际行为 / Actual Behavior
|
||||
<!-- 实际发生了什么 / What actually happened -->
|
||||
|
||||
|
||||
## 截图 / Screenshots
|
||||
<!-- 如有截图,请粘贴在此 / If applicable, add screenshots -->
|
||||
|
||||
|
||||
## 环境信息 / Environment
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| 软件版本 / Version | v |
|
||||
| 操作系统 / OS | Windows 10 / 11 |
|
||||
| 运行方式 / Mode | exe 直接运行 / 开发模式 |
|
||||
|
||||
## 日志 / Logs
|
||||
<!-- 如有报错日志,请粘贴在此(可在软件界面的错误提示中复制)/ Paste any error logs if available -->
|
||||
```
|
||||
(粘贴日志 / Paste logs here)
|
||||
```
|
||||
|
||||
## 补充信息 / Additional Context
|
||||
<!-- 其他任何有助于定位问题的信息 / Any other context about the problem -->
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 💬 微信交流群 / WeChat Group
|
||||
url: https://github.com/xuanyustudio/LocalMiniDrama#-联系--社区
|
||||
about: 扫码加入用户交流群,获取使用帮助 / Scan to join the community group
|
||||
- name: 📖 使用文档 / Documentation
|
||||
url: https://github.com/xuanyustudio/LocalMiniDrama/tree/main/docs
|
||||
about: 查阅快速开始、AI配置等文档 / Read quickstart and configuration docs
|
||||
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: 功能建议 / Feature Request
|
||||
about: 为这个项目提出新功能或改进建议 / Suggest a new feature or improvement
|
||||
title: "[Feature] "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 功能描述 / Feature Description
|
||||
<!-- 简洁清晰地描述你希望添加的功能 / A clear description of the feature you'd like -->
|
||||
|
||||
|
||||
## 使用场景 / Use Case
|
||||
<!-- 描述这个功能在什么场景下有用,解决了什么问题 / Describe when and why this feature would be useful -->
|
||||
|
||||
|
||||
## 期望的实现方式 / Proposed Solution
|
||||
<!-- 如果有想法,描述你希望如何实现 / If you have ideas, describe how you'd like this to work -->
|
||||
|
||||
|
||||
## 替代方案 / Alternatives Considered
|
||||
<!-- 你考虑过哪些其他解决方案 / Any alternative solutions or features you've considered -->
|
||||
|
||||
|
||||
## 补充信息 / Additional Context
|
||||
<!-- 截图、参考链接或其他有助于理解需求的内容 / Screenshots, links, or other context -->
|
||||
|
||||
Reference in New Issue
Block a user