35 lines
755 B
Markdown
35 lines
755 B
Markdown
|
---
|
||
|
name: Bug Report
|
||
|
about: Create A Bug Report
|
||
|
title: 'A concise title of what the bug is.'
|
||
|
labels: 'bug'
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior:
|
||
|
1. Use Image '...'
|
||
|
2. Use Configuration '....'
|
||
|
3. See error
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Actual behavior**
|
||
|
A clear and concise description of what actually happen.
|
||
|
|
||
|
**Screenshots**
|
||
|
If applicable, add screenshots to help explain your problem.
|
||
|
|
||
|
**Environment**
|
||
|
(please complete the following information)
|
||
|
- OS: [e.g. Ubuntu 16.04, MacOS 10.13]
|
||
|
- Vips: [e.g. 8.8, 8.9, etc]
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|