From edb1b1909a67a1a24acccaf26a1e5e7e9502dc96 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 29 May 2023 09:05:45 -0400 Subject: [PATCH] Add parser error issue template --- .github/ISSUE_TEMPLATE/parser-error.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/parser-error.yml diff --git a/.github/ISSUE_TEMPLATE/parser-error.yml b/.github/ISSUE_TEMPLATE/parser-error.yml new file mode 100644 index 0000000..ef5bb2f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/parser-error.yml @@ -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 \ No newline at end of file