Files
HuajisheTools/Package/JMComic-Crawler-Python-master/.github/ISSUE_TEMPLATE/bug.yml
2025-12-31 13:22:56 +08:00

53 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Bug
title: '[Bug] '
description: Bug反馈
labels: [ 'bug' ]
body:
- type: checkboxes
attributes:
label: 注意事项
options:
- label: 提ISSUE前请确认你已经在GitHub Issues和Discussions里搜索过类似的问题并且没找到想要的答案。
required: true
- label: GitHub Actions问题请到置顶的Issue反馈。
required: true
- type: dropdown
attributes:
label: 发生Bug时你的使用方式
multiple: false
options:
- Python代码
- jmcomic命令行
validations:
required: true
- type: dropdown
attributes:
label: 你是否在禁漫官方网页或APP验证过相应的功能是正常的
multiple: false
options:
- 测试过,禁漫官方功能正常
- 我要反馈的bug无需验证/不方便验证
validations:
required: true
- type: textarea
attributes:
label: option配置+源码/命令
placeholder: 贴一下你的option配置 + 你使用的python代码或命令这会帮助开发者解决bug。
- type: textarea
attributes:
label: 你预期的结果,与实际结果的差别
placeholder: |
1. 预期结果...
2. 差别...
- type: textarea
attributes:
label: 其他信息
placeholder: 如果有其他需要补充的信息,可以在这里留言