mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 21:58:03 +08:00
7e40abe53a
🔧 更新(workflows/docker-publish.yml):改用latest标签查看Docker镜像
39 lines
862 B
YAML
39 lines
862 B
YAML
name: '🐛 签到失败 BUG'
|
|
description: '反馈一个签到失败的 BUG'
|
|
title: '[Bug] '
|
|
labels: ['🐛 Bug']
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: '💻 系统环境'
|
|
options:
|
|
- Windows
|
|
- macOS
|
|
- Ubuntu
|
|
- Other Linux
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: '📦 部署环境'
|
|
options:
|
|
- 本地
|
|
- 青龙
|
|
- Docker
|
|
- 群晖
|
|
- 云函数
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: '🐛 问题描述'
|
|
description: 请提供一个清晰且简洁的问题描述。并贴上图片
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: '📝 运行日志'
|
|
description: 请提供运行的详细日志,隐私数据请马赛克。
|