Add bug report, fix parser error template

This commit is contained in:
Dustin Spicuzza 2023-05-29 09:08:27 -04:00
parent edb1b1909a
commit 9bf99db87b
2 changed files with 23 additions and 2 deletions

21
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View File

@ -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