本文详细描述如何提交一个问题。
以IvorySQL为例,提交一个bug report
IvorySQL仓库: https://github.com/IvorySQL/IvorySQL
1、bug report
Title: 标题## Bug Report
对bug进行描述
### IvorySQL Version
在IvorySQL哪个版本发现的问题
### OS Version (uname -a)
系统版本
### Configuration options ( config.status --config )
配置参数
### Current Behavior
当前的结果
### Expected behavior/code
期望的结果
### Step to reproduce
复现步骤
### Additional context that can be helpful for identifying the problem
有助于识别问题的其它信息2、Enhancement
Title: 标题## Enhancement
对于期望强化的功能作一个描述3、Feature Request
Title: 标题## Feature Request
描述你期望实现的一个功能