dailycheckin/.github/ISSUE_TEMPLATE/1_bug_report.yml
shitao 7e40abe53a 增加(.github):新增Bug报告和功能需求的issue模板
🔧 更新(workflows/docker-publish.yml):改用latest标签查看Docker镜像
2024-01-14 13:22:43 +08:00

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: 请提供运行的详细日志,隐私数据请马赛克。