gil/.github/ISSUE_TEMPLATE/bug_report.md
Mateusz Łoskot 5c5fdc068d Update issue templates: bug report
Using the multiple issue templates builder
2019-08-08 00:42:10 +02:00

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>`):