mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 21:58:03 +08:00
7e40abe53a
🔧 更新(workflows/docker-publish.yml):改用latest标签查看Docker镜像
22 lines
714 B
YAML
22 lines
714 B
YAML
name: '🌠 功能需求'
|
|
description: '提出需求或建议'
|
|
title: '[Request] '
|
|
labels: ['🌠 功能需求']
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: '🥰 需求描述'
|
|
description: 请添加一个清晰且简洁的问题描述,阐述您希望通过这个功能需求解决的问题。
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: '🧐 解决方案'
|
|
description: 请清晰且简洁地描述您想要的解决方案。例如:已有的签到脚本代码。
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: '📝 补充信息'
|
|
description: 在这里添加关于问题的任何其他背景信息。
|