dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 417e37f98877975ad19b13c9c09f0837684668e7
parent a1f3e25c350db7907b584aba30bf2567ca10610e
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Mon, 15 Jan 2024 02:15:54 +0000

request description before logs

Diffstat:
M.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 @@ -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