修改issue模板

This commit is contained in:
shuaikangzhou 2024-01-02 21:24:08 +08:00
parent 4383e9f4a6
commit d568f34f47
6 changed files with 62 additions and 67 deletions

View File

@ -5,23 +5,27 @@ labels: '🐛 Bug'
body:
- type: dropdown
attributes:
label: '💻 系统环境 | Operating System'
label: '👌 是否检查过没有类似issue'
options:
- Windows
- macOS
- Ubuntu
- Other Linux
-
-
validations:
required: true
- type: dropdown
attributes:
label: '💻 Python版本'
options:
- 3.12
- 3.11
- 3.10
- Other
validations:
required: true
- type: dropdown
attributes:
label: '🌐 浏览器 | Browser'
label: '软件版本 | EXE Version'
options:
- Chrome
- Edge
- Safari
- Firefox
- 最新版
- Other
validations:
required: true

View File

@ -0,0 +1,27 @@
name: '🌠 功能需求 Feature Request'
description: '需求或建议 | Suggest an idea'
title: '[Request] '
labels: '🌠 Feature Request'
body:
- type: dropdown
attributes:
label: '👌 是否检查过没有类似issue'
options:
-
-
- type: textarea
attributes:
label: '🥰 需求描述 | Feature Description'
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
validations:
required: true
- type: textarea
attributes:
label: '🧐 解决方案 | Proposed Solution'
description: Describe the solution you'd like in a clear and concise manner.
validations:
required: true
- type: textarea
attributes:
label: '📝 补充信息 | Additional Information'
description: Add any other context about the problem here.

21
.github/ISSUE_TEMPLATE/3_question.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: '😇 疑问或帮助 Help Wanted'
description: '疑问或需要帮助 | Need help'
title: '[Question] '
labels: '😇 Help Wanted'
body:
- type: dropdown
attributes:
label: '👌 是否检查过没有类似issue'
options:
-
-
- type: textarea
attributes:
label: '🧐 问题描述 | Proposed Solution'
description: A clear and concise description of the proplem.
validations:
required: true
- type: textarea
attributes:
label: '📝 补充信息 | Additional Information'
description: Add any other context about the problem here.

View File

@ -1,27 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**是否star**
**是否检查过issues没有相同问题**
**bug描述**
A clear and concise description of what the bug is.
**报错截图**
**是否可复现**
**运行环境:**
- OS: [e.g. Win11]
- Python版本:
- 软件版本:
- 微信版本:
**Additional context**
Add any other context about the problem here.

View File

@ -1,10 +0,0 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

View File

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.