This commit is contained in:
ElyPrism 2026-08-06 16:51:51 +08:00
parent a08f425ae7
commit 3357317a1d
No known key found for this signature in database

View File

@ -14,15 +14,16 @@ body:
id: terms id: terms
attributes: attributes:
label: 确认事项 label: 确认事项
description: 在提交功能请求前,请确认以下事项 description: |
在提交功能请求前,请确认以下事项
- 我已经搜索了现有的issues确认这不是重复请求
- 我已经查看了项目文档
- 该项目符合该项目的目标和范围
- 我确认我提供的接口请求是合理且有意义的
options: options:
- label: 我已经搜索了现有的issues确认这不是重复请求 - label: 我已确认以上事项
required: true
- label: 我已经查看了项目文档
required: true
- label: 该项目符合该项目的目标和范围
required: true
- label: 我确认我提供的接口请求是合理且有意义的
required: true required: true