5c5fdc068d
Using the multiple issue templates builder
39 lines
649 B
Markdown
39 lines
649 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Actual behavior
|
|
|
|
<!-- A clear description of what happens -->
|
|
|
|
|
|
### Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
### C++ Minimal Working Example
|
|
|
|
<!-- C++ program or snippet that can be compiled and used to reproduce your problem -->
|
|
|
|
```cpp
|
|
#include <boost/gil.hpp>
|
|
namespace gil = boost::gil;
|
|
int main
|
|
{
|
|
// your code
|
|
}
|
|
```
|
|
|
|
### Environment
|
|
|
|
<!-- Any details that may help GIL maintainers help you -->
|
|
|
|
- Compiler version:
|
|
- Build settings:
|
|
- Version (Git ref or `<boost/version.hpp>`):
|