diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..19d4434 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,23 @@ + + +* cppast version: +* parser: `libclang_parser` +* clang version: + +Explanation of the error. + +Input: + +```cpp +Minimal source code reproducing the error +``` + +Input flags: + +Output: + + + +``` +Output of `cppast -v ` +```