Add developer info field to issue template

Added a textarea for developer name/contact information.
This commit is contained in:
MCNeteaseDevs
2025-12-19 10:34:42 +08:00
committed by GitHub
parent 680b621604
commit dd3d05715c

View File

@@ -47,3 +47,11 @@ body:
description: 如有其他补充信息请填写在这里
validations:
required: false
- type: textarea
id: developer_info
attributes:
label: 开发者名称/联系方式
description: 请填写您的开发者名称或联系方式QQ将会用于奖励发放等
validations:
required: false