Add issue template
This commit is contained in:
parent
f359885e87
commit
4af4250f55
1 changed files with 23 additions and 0 deletions
23
.github/issue_template.md
vendored
Normal file
23
.github/issue_template.md
vendored
Normal 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>`
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue