diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-01-15 02:15:54 +0000 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-01-15 02:15:54 +0000 |
commit | 417e37f98877975ad19b13c9c09f0837684668e7 (patch) | |
tree | 9b43c174cb6772a7f0a6737fd9b4bc0313e5b380 /.gitea/issue_template | |
parent | a1f3e25c350db7907b584aba30bf2567ca10610e (diff) |
request description before logs
Diffstat (limited to '.gitea/issue_template')
-rw-r--r-- | .gitea/issue_template/bug_report.yml | 16 |
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 |