mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-06 00:33:55 +00:00
44 lines
520 B
Markdown
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
|
|
```
|