APIJSON/.github/ISSUE_TEMPLATE/bug_report.yml

75 lines
3.3 KiB
YAML
Raw Normal View History

2022-11-20 23:27:14 +08:00
name: Bug Report/反馈 bug
2022-11-23 21:39:37 +08:00
description: "Create a report to help us improve, please read FAQ first./帮助我们更好地改进项目,但请先阅读常见问题与提问前必看,不要提已有的重复问题!"
2022-11-20 23:27:14 +08:00
title: "[Bug] "
labels: [kind/bug]
body:
2022-11-23 21:42:10 +08:00
- type: markdown
attributes:
value: "如果你已经知道问题所在、怎么解决,请直接 提交 Pull Request 为社区做贡献,非常感谢。\n开发者也是人也需要工作、休息、恋爱、陪伴家人、走亲会友等也有心情不好和身体病痛\n往往没有额外的时间精力顾及一些小问题请理解和支持开源要大家参与贡献才会更美好~\n少数个人的热情终有被耗尽的一天只有大家共同建设和繁荣社区才能让开源可持续发展 "
2022-11-23 21:39:37 +08:00
2022-11-23 21:17:14 +08:00
- type: input
2022-11-23 21:14:08 +08:00
attributes:
label: APIJSON Version/APIJSON 版本号
2022-11-23 21:17:14 +08:00
placeholder: |
e.g./例如 5.4.0
2022-11-23 21:14:08 +08:00
validations:
required: true
2022-11-23 21:17:14 +08:00
- type: input
2022-11-23 21:14:08 +08:00
attributes:
label: DB type & Version/数据库类型及版本号
2022-11-23 21:17:14 +08:00
placeholder: |
2022-11-23 21:24:18 +08:00
e.g./例如 MySQL 5.7.34
2022-11-23 21:17:14 +08:00
2022-11-23 21:14:08 +08:00
validations:
required: true
2022-11-20 23:27:14 +08:00
- type: textarea
attributes:
label: Environment/环境信息
description: |
e.g.
- **OS/系统**: MacOS Monterey 12.6 (21G115) M1
- **JDK/基础库**: 1.8.0_17
value: |
- OS/系统:
- JDK/基础库:
render: markdown
validations:
required: true
- type: textarea
attributes:
label: Current Behavior/问题描述
2022-11-23 21:39:37 +08:00
description: "A concise description of what you're experiencing. Must contains screenshots./\n\n**提 bug 请发请求和响应的【完整截屏】,没图的自行解决!\n开发者有限的时间和精力主要放在【维护项目源码和文档】上\n【描述不详细】 或 【文档/常见问题 已有答案】 的问题可能会被忽略!!\n【态度 不文明/不友善】的可能会被拉黑,问题也可能不予解答!!!**\n\n请求参数 JSON 中表名、字段名、关键词及对应的值都是大小写敏感、逗号敏感、分号敏感、空格敏感、换行敏感,\n大部分情况都不允许空格和换行表名以大写字母开头不要想当然请严格按照 设计规范 来调用 API \n https://github.com/Tencent/APIJSON/issues/181 "
2022-11-23 21:17:14 +08:00
render: markdown
2022-11-20 23:27:14 +08:00
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior/期望结果
2022-11-23 21:39:37 +08:00
description: A concise description of what you expected to happen./具体描述你期望返回什么样的结果或者达到什么样的效果?
2022-11-23 21:17:14 +08:00
render: markdown
2022-11-20 23:27:14 +08:00
validations:
required: false
- type: textarea
attributes:
label: Any additional comments?/其它补充说明?
description: |
2022-11-23 21:17:14 +08:00
e.g. some background/context of how you ran into this bug./例如:一些背景或上下文信息,包括复现步骤、相关日志等
render: markdown
2022-11-20 23:27:14 +08:00
validations:
required: false
2022-11-23 21:53:02 +08:00
- type: markdown
attributes:
2022-11-23 21:54:30 +08:00
value: "Please follow the rules to fulfil all required inputs./\n请按要求填写所有必填项未填完将提交不了\n如果随意填写敷衍了事issue 将直接关闭,你不会得到解答!\n如果是网页 bug 等与你无关的原因导致提交不了,可以改为填问卷:\n https://wj.qq.com/s2/10971431/2a09 "