Add issue template

This commit is contained in:
Jonathan Müller 2017-04-18 15:31:40 +02:00 committed by GitHub
commit 4af4250f55

23
.github/issue_template.md vendored Normal file
View file

@ -0,0 +1,23 @@
<!-- When reporting a bug in the parser, please use the following format -->
* cppast version: <!-- e.g. 0.0 or latest one -->
* parser: `libclang_parser` <!-- Change if there are multiple parsers one day -->
* clang version: <!-- e.g. 4.0 -->
Explanation of the error.
Input:
```cpp
Minimal source code reproducing the error
```
Input flags: <!-- list of command line flags to compile the input, like `-std=c++14 -DFOO=BAR` -->
Output:
<!-- can be left out, if error not visible in cppast output -->
```
Output of `cppast -v <input>`
```