APIJSON/.github/ISSUE_TEMPLATE/bug_report.yml
2022-11-23 21:54:30 +08:00

75 lines
3.3 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 Report/反馈 bug
description: "Create a report to help us improve, please read FAQ first./帮助我们更好地改进项目,但请先阅读常见问题与提问前必看,不要提已有的重复问题!"
title: "[Bug] "
labels: [kind/bug]
body:
- type: markdown
attributes:
value: "如果你已经知道问题所在、怎么解决,请直接 提交 Pull Request 为社区做贡献,非常感谢。\n开发者也是人也需要工作、休息、恋爱、陪伴家人、走亲会友等也有心情不好和身体病痛\n往往没有额外的时间精力顾及一些小问题请理解和支持开源要大家参与贡献才会更美好~\n少数个人的热情终有被耗尽的一天只有大家共同建设和繁荣社区才能让开源可持续发展 "
- type: input
attributes:
label: APIJSON Version/APIJSON 版本号
placeholder: |
e.g./例如 5.4.0
validations:
required: true
- type: input
attributes:
label: DB type & Version/数据库类型及版本号
placeholder: |
e.g./例如 MySQL 5.7.34
validations:
required: true
- 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/问题描述
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 "
render: markdown
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior/期望结果
description: A concise description of what you expected to happen./具体描述你期望返回什么样的结果或者达到什么样的效果?
render: markdown
validations:
required: false
- type: textarea
attributes:
label: Any additional comments?/其它补充说明?
description: |
e.g. some background/context of how you ran into this bug./例如:一些背景或上下文信息,包括复现步骤、相关日志等
render: markdown
validations:
required: false
- type: markdown
attributes:
value: "Please follow the rules to fulfil all required inputs./\n请按要求填写所有必填项未填完将提交不了\n如果随意填写敷衍了事issue 将直接关闭,你不会得到解答!\n如果是网页 bug 等与你无关的原因导致提交不了,可以改为填问卷:\n https://wj.qq.com/s2/10971431/2a09 "