Update .gitea/ISSUE_TEMPLATE/Bug.yml

This commit is contained in:
OCram85 2023-10-25 16:52:32 +02:00
parent ac942881b0
commit aa973b74c6

View File

@ -1,7 +1,7 @@
name: Bug Report name: Bug Report
about: This template is used to report bugs! about: This template is used to report bugs!
title: "🐞: " title: "🐞: "
label: labels:
- bug - bug
body: body:
- type: markdown - type: markdown
@ -37,9 +37,9 @@ body:
- type: textarea - type: textarea
id: actual id: actual
attributes: attributes:
label: 💥 Actual behaviour label: 💥 Actual behaviour
description: Describe actually happens. description: Describe actually happens.
value: | value: |
```bash ```bash
``` ```