Add parser error issue template
This commit is contained in:
parent
44ab824ffd
commit
edb1b1909a
22
.github/ISSUE_TEMPLATE/parser-error.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/parser-error.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: C++ parsing error
|
||||||
|
description: cxxheaderparser fails to parse valid C/C++ code
|
||||||
|
title: "[PARSE BUG]: "
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Problem description
|
||||||
|
placeholder: >-
|
||||||
|
Provide a short description
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: code
|
||||||
|
attributes:
|
||||||
|
label: C++ code that can't be parsed correctly (please double-check that https://robotpy.github.io/cxxheaderparser/ has the same error)
|
||||||
|
placeholder: >-
|
||||||
|
Paste header here
|
||||||
|
render: text
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
x
Reference in New Issue
Block a user