From 4af4250f55f31a39c44487cac6cae63841f8b1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Tue, 18 Apr 2017 15:31:40 +0200 Subject: [PATCH] Add issue template --- .github/issue_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/issue_template.md 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 ` +```