Add .gitea/ISSUE_TEMPLATE/Bug.yml

This commit is contained in:
OCram85 2023-10-25 16:50:53 +02:00
parent aeb6663971
commit 9f65c10477
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
name: Bug Report
about: This template is used to report bugs!
title: "🐞: "
labels:
- bug
body:
- type: markdown
attributes:
value: |
> **Note**: This bug report is only for content provided in this repository!
>
> - Make sure you're able to reproduce the error in the lastest version of this package.
> - Search of already existing issues.
> - Refer to the known issues and FAQ section.
- type: textarea
id: reproduce
attributes:
label: 💣 Steps to reproduce
description: Describe ho to reproduce the error.
value: |
```bash
```
validations:
required: true
- type: textarea
id: expected
attributes:
label: 🚀 Expected behaviour
description: Describe what should happen.
value: |
```bash
```
validations:
required: true
- type: textarea
id: actual
attributes:
label: 💥 Actual behaviour
description: Describe actually happens.
value: |
```bash
```
validations:
required: true