summaryrefslogtreecommitdiff
path: root/.gitea/issue_template
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-01-24 12:09:42 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-01-24 12:09:42 -0600
commit1c3aaa70bab8624b1549876da3e136fd06255734 (patch)
tree94f769645659fbadab610dccb94bb09e4809c697 /.gitea/issue_template
parentfacbe57fcbe74d27809eefdfe6aaac5150fbb954 (diff)
parent26d7c9689f6e7eb699f2a63c2093c2a27e411ea3 (diff)
Merge remote-tracking branch 'upstream/main' into wlroots-next
Diffstat (limited to '.gitea/issue_template')
-rw-r--r--.gitea/issue_template/bug_report.yml16
1 files 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
@@ -34,6 +34,14 @@ body:
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:
label: Debug Log
@@ -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