From 417e37f98877975ad19b13c9c09f0837684668e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?=
 <leohdz172@proton.me>
Date: Mon, 15 Jan 2024 02:15:54 +0000
Subject: [PATCH] request description before logs

---
 .gitea/issue_template/bug_report.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitea/issue_template/bug_report.yml b/.gitea/issue_template/bug_report.yml
index 56f4a3e..77ce108 100644
--- a/.gitea/issue_template/bug_report.yml
+++ b/.gitea/issue_template/bug_report.yml
@@ -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