Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Bug Report
description: Problems and issues with code
title: 'Bug Report: '
labels: ['type: bug']
body:
- type: textarea
attributes:
label: What happened?
description: Please provide as much info as possible. This will help other developers to fix bug easier.
placeholder: >
Please provide the context in which the problem occurred and explain what happened
validations:
required: true
- type: textarea
attributes:
label: What you expected to happen
description: What do you think went wrong?
placeholder: >
Please explain why you think the behaviour is expected to output.
validations:
required: true
- type: textarea
attributes:
label: How to reproduce
placeholder: >
Please make sure you provide a reproducible step-by-step case of how to reproduce the problem
as minimally and precisely as possible. Keep in mind we do not have access to your local environment.
validations:
required: true

- type: dropdown
attributes:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but it will be a huge help for the project.
multiple: true
options:
- 'Yes I am willing to submit a PR!'