diff options
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 | 
