robotgo/vendor/github.com/otiai10/gosseract/ISSUE_TEMPLATE.md
2018-08-30 14:25:58 -04:00

44 lines
520 B
Markdown

> This file is generated based on `ISSUE_TEMPLATE.md`. The issue reporter must read and remove this block before submitting.
# Summary
- bla bla bla
# Reproducibility
## Reproducility 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
```