This commit is contained in:
恍兮惚兮 2024-04-22 23:07:02 +08:00
parent db9dd63000
commit 815d80496f
4 changed files with 76 additions and 0 deletions

18
.github/ISSUE_TEMPLATE/01_bug.yaml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Bug Report 错误报告
description: Report bugs 报告错误
labels: bug
body:
- type: input
attributes:
label: Version 程序版本
validations:
required: true
- type: textarea
attributes:
label: Related screenshot (optional) 相关截图(可选)
- type: textarea
attributes:
label: Reproduction steps 复现步骤
description: Describe the reproduction steps precisely if possible. 尽可能详细描述错误产生的细节。
validations:
required: true

17
.github/ISSUE_TEMPLATE/02_request.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Feature Request 功能请求
description: Create the request for a new feature 提出一个增加新功能的请求
labels: enhancement
body:
- type: markdown
attributes:
value: >
Make sure it hasn't been mentioned before and not implemented in latest version.
确保此类请求之前尚未被其他人提出过且并未在最新版本中实现。
- type: textarea
attributes:
label: Expected behavior 预期的功能
validations:
required: true
- type: textarea
attributes:
label: Alternative behavior (optional) 近似的功能(可选)

23
.github/ISSUE_TEMPLATE/03_question.yaml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Q&A 问询
description: Ask questions about LunaHook 提出关于LunaHook的问题
labels: question
body:
- type: markdown
attributes:
value: >
Before asking questions, make sure it hasn't been mentioned before.
提问之前应先检索以下列表检查是否已有相关的回答。
https://github.com/HIllya51/LunaHook/issues
https://github.com/HIllya51/LunaHook/discussions
Don't ask questions about bugs. To open the right template from the previous selection.
程序报错不要使用此模板,应该返回上级重新选择 `Bug Report 错误报告` 选项。
- type: textarea
attributes:
label: Question 问题
validations:
required: true

View File

@ -0,0 +1,18 @@
name: Game Request 游戏支持请求
description: Create the request for an unsupported game 请求支持尚未支持的游戏
labels: enhancement
body:
- type: markdown
attributes:
value: >
Make sure the game hasn't been supported in latest version.
请确保游戏未被最新版本支持
- type: textarea
attributes:
label: vndb id
- type: textarea
attributes:
label: Game resource 游戏资源
description: give me the game resource via onedrive or googledrive or other unlimited speed network disk 使用onedrive或googledrive或其他不限速网盘给我游戏资源
validations:
required: true