request description before logs

This commit is contained in:
Leonardo Hernández Hernández 2024-01-15 02:15:54 +00:00
parent a1f3e25c35
commit 417e37f988
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 8 additions and 8 deletions

View File

@ -33,6 +33,14 @@ body:
validations:
required: false
- type: textarea
attributes:
label: Description
value: |
The steps you took to reproduce the problem.
validations:
required: false
- type: textarea
id: debug_log
attributes:
@ -52,11 +60,3 @@ body:
- If the lines mentioning dwl or wlroots have `??`. Please compile both dwl and wlroots from source (enabling debug symbols) and try to reproduce.
validations:
required: false
- type: textarea
attributes:
label: Description
value: |
The steps you took to reproduce the problem.
validations:
required: false