diff --git a/.github/issue_template.md b/.github/issue_template.md index d944465..8fa8dbe 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,3 +1,15 @@ # Details # Steps or code to reproduce the problem. + +## Example code (if applicable) +```C +#include + +int +main(int argc, char ** argv) +{ + return 0; +} +``` + # Version