Updated bug template

This commit is contained in:
Juan Gilsanz Polo 2024-02-08 01:05:24 +01:00
parent 5dbe1e3f74
commit 034280afa8

View file

@ -1,8 +1,11 @@
name: Report a bug name: Report a bug
description: | description: |
You detected something wrong on the application. You detected something wrong on the application.
title: "[Bug]: "
labels: ["bug"]
body: body:
- type: textarea - type: textarea
id: steps
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: Steps to reproduce the problem you are running into. description: Steps to reproduce the problem you are running into.
@ -13,18 +16,21 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected-results
attributes: attributes:
label: Expected results label: Expected results
description: What is expected to happen. description: What is expected to happen.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: actual-results
attributes: attributes:
label: Actual results label: Actual results
description: What is actually happening. description: What is actually happening.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: screenshots
attributes: attributes:
label: Screenshots or Video label: Screenshots or Video
description: | description: |
@ -33,6 +39,7 @@ body:
Screenshots or video demonstration Screenshots or video demonstration
required: true required: true
- type: textarea - type: textarea
id: app-os-details
attributes: attributes:
label: App and OS details label: App and OS details
description: | description: |