Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
theseankelly authored Mar 18, 2020
1 parent 5b7d65d commit 6537ab4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ If applicable, add console output and/or screenshots to help explain your proble
**Minimal Working Example**
If applicable/possible, please provide a [minimal working example](https://stackoverflow.com/help/minimal-reproducible-example) which demonstrates the problem and can be run standalone.

```
#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
```

**Configuration/Environment (please complete the following information):**
- OS: [e.g. Ubuntu 18.04, Windows 10]
- ifm3d version: [e.g. 0.14.0]
Expand Down

0 comments on commit 6537ab4

Please sign in to comment.