Bug report form

This commit is contained in:
jalcaras 2024-01-15 15:20:04 +01:00
parent f3c642d667
commit 02808412a2

View file

@ -1,6 +1,5 @@
name: "🐛 Bug Report"
description: Create a new ticket for a bug.
title: "🐛 [BUG] - <title>"
labels: [
"bug"
]
@ -47,7 +46,7 @@ body:
- type: textarea
id: description
attributes:
label: "Description"
label: "What happened? What did you expect to happen?"
description: Please enter an explicit description of your issue
placeholder: Short and explicit description of your incident...
validations:
@ -55,26 +54,15 @@ body:
- type: textarea
id: reprod
attributes:
label: "Reproduction steps"
label: "How to reproduce it (setp by step)"
description: Please enter an explicit description of your issue
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Go to...
2. Click on...
...
render: bash
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: "Screenshots"
description: If applicable, add screenshots to help explain your problem.
value: |
![DESCRIPTION](LINK.png)
render: bash
validations:
required: false
- type: textarea
id: logs
attributes: