.github/ISSUE_TEMPLATE/bug-report.md
---
name: Bug Report
about: If you found any bugs. Please use this template to create an issue.
title: "[version]:"
labels: 漏洞|bug
assignees: SylarLong
---
### 描述(Description)
<!-- describe your issue here -->
### 版本(Version)
- {version number}
### 重现(Reproduce)
- 调用的方法(funciton name)
<!-- which function did you call? -->
- 参数(parameters)
<!-- what parameters did you pass? -->
- 返回值(returns)
<!-- what results did you get? -->