31 lines
515 B
Markdown
31 lines
515 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
---
|
|
|
|
**Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
<!--
|
|
1. Call function `foo.Bar`
|
|
2. Function returns invalid value `baz`
|
|
-->
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Environment**
|
|
|
|
- Version: v1.2.3, git sha hash
|
|
- Environment: Debian, Docker, ...
|
|
|
|
**Additional context**
|
|
|
|
Add any other context about the problem here.
|