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