ISSUE_TEMPLATE.md
> This text is generated based on `ISSUE_TEMPLATE.md`. The issue reporter must read and remove this block before submitting.
# Summary
- bla bla bla
# Reproducibility
## Reproducibility Frequency
- XX%
## Reproducible Dockerfile
```dockerfile
FROM your-os:your-version
# Describe how to reproduce your problem
# on your environment
```
Otherwise, describe how to reproduce
1. `foo bar`
2. `spam ham`
3. `hoge fuga`
# Environment
```
uname -a
```
```
go env
```
```
go version
```
```
tesseract --version
```