chore(issue templates): require logs (#1626)

This commit is contained in:
ShenLin
2025-11-12 13:04:13 +08:00
committed by GitHub
parent 8f4f7d1291
commit 854415160c
2 changed files with 18 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ body:
attributes: attributes:
label: 请确认以下事项 label: 请确认以下事项
description: | description: |
您必须勾选以下内容,否则您的问题可能会被直接关闭。 您必须确认、同意并勾选以下内容,否则您的问题一定会被直接关闭。
或者您可以去[讨论区](https://github.com/OpenListTeam/OpenList/discussions)。 或者您可以去[讨论区](https://github.com/OpenListTeam/OpenList/discussions)。
options: options:
- label: | - label: |
@@ -59,6 +59,14 @@ body:
label: 问题描述(必填) label: 问题描述(必填)
validations: validations:
required: true required: true
- type: textarea
id: logs
attributes:
label: 日志(必填)
description: |
请复制粘贴错误日志,或者截图。(可隐藏隐私字段) [查看方法](https://doc.oplist.org/faq/howto#%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%9A%E4%BD%8Dbug)
validations:
required: true
- type: textarea - type: textarea
id: config id: config
attributes: attributes:
@@ -67,12 +75,6 @@ body:
请提供您的`OpenList`应用的配置文件,并截图相关存储配置。(可隐藏隐私字段) 请提供您的`OpenList`应用的配置文件,并截图相关存储配置。(可隐藏隐私字段)
validations: validations:
required: true required: true
- type: textarea
id: logs
attributes:
label: 日志(可选)
description: |
请复制粘贴错误日志,或者截图。(可隐藏隐私字段) [查看方法](https://doc.oplist.org/faq/howto#%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%9A%E4%BD%8Dbug)
- type: textarea - type: textarea
id: reproduction id: reproduction
attributes: attributes:

View File

@@ -13,7 +13,7 @@ body:
attributes: attributes:
label: Please confirm the following label: Please confirm the following
description: | description: |
You must check all the following, otherwise your issue may be closed directly. You must confirm, agree, and check all the following, otherwise your issue will definitely be closed directly.
Or you can go to the [discussions](https://github.com/OpenListTeam/OpenList/discussions). Or you can go to the [discussions](https://github.com/OpenListTeam/OpenList/discussions).
options: options:
- label: | - label: |
@@ -59,6 +59,14 @@ body:
label: Bug Description (required) label: Bug Description (required)
validations: validations:
required: true required: true
- type: textarea
id: logs
attributes:
label: Logs (required)
description: |
Please copy and paste any relevant log output or screenshots. (You may mask sensitive fields) [Guide](https://doc.oplist.org/faq/howto#how-to-quickly-locate-bugs)
validations:
required: true
- type: textarea - type: textarea
id: config id: config
attributes: attributes:
@@ -67,12 +75,6 @@ body:
Please provide your `OpenList` application's configuration file and a screenshot of the relevant storage configuration. (You may mask sensitive fields) Please provide your `OpenList` application's configuration file and a screenshot of the relevant storage configuration. (You may mask sensitive fields)
validations: validations:
required: true required: true
- type: textarea
id: logs
attributes:
label: Logs (optional)
description: |
Please copy and paste any relevant log output or screenshots. (You may mask sensitive fields) [Guide](https://doc.oplist.org/faq/howto#how-to-quickly-locate-bugs)
- type: textarea - type: textarea
id: reproduction id: reproduction
attributes: attributes: