diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..24af1f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,21 @@ +name: Other bug Report +description: File an issue about the Python API or other non-parsing issues +title: "[BUG]: " +body: + - type: textarea + id: description + attributes: + label: Problem description + placeholder: >- + Provide a short description, state the expected behavior and what + actually happens. + validations: + required: true + + - type: textarea + id: code + attributes: + label: Reproducible example code + placeholder: >- + Minimal code to reproduce this issue + render: text \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/parser-error.yml b/.github/ISSUE_TEMPLATE/parser-error.yml index ef5bb2f..7c85803 100644 --- a/.github/ISSUE_TEMPLATE/parser-error.yml +++ b/.github/ISSUE_TEMPLATE/parser-error.yml @@ -18,5 +18,5 @@ body: placeholder: >- Paste header here render: text - validations: - required: true \ No newline at end of file + validations: + required: true \ No newline at end of file