Add bug report, fix parser error template
This commit is contained in:
parent
edb1b1909a
commit
9bf99db87b
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user