diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
index 4e52751..7a7231d 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
@@ -1,6 +1,5 @@
name: "🐛 Bug Report"
description: Create a new ticket for a bug.
-title: "🐛 [BUG] -
"
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: |
- 
- render: bash
- validations:
- required: false
- type: textarea
id: logs
attributes: