Skip to content

Commit

Permalink
Add bug report, fix parser error template
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed May 29, 2023
1 parent edb1b19 commit 9bf99db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/parser-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ body:
placeholder: >-
Paste header here
render: text
validations:
required: true
validations:
required: true

0 comments on commit 9bf99db

Please sign in to comment.