bug_report.yml (1898B)
1 name: Bug Report 2 about: Something in dwl isn't working correctly 3 title: 4 labels: 5 - 'Kind/Bug' 6 body: 7 - type: markdown 8 attributes: 9 value: | 10 - Only report bugs that can be reproduced on the main (or wlroots-next) branch without patches. 11 - Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use dwl. 12 - Report patch issues to their respective authors. 13 14 - type: input 15 id: dwl_version 16 attributes: 17 label: 'dwl version:' 18 placeholder: '`dwl -v`' 19 validations: 20 required: true 21 22 - type: input 23 id: wlroots_version 24 attributes: 25 label: 'wlroots version:' 26 validations: 27 required: true 28 29 - type: input 30 id: distro 31 attributes: 32 label: What distro (and version) are you using? 33 validations: 34 required: false 35 36 - type: textarea 37 attributes: 38 label: Description 39 value: | 40 The steps you took to reproduce the problem. 41 validations: 42 required: false 43 44 - type: textarea 45 id: debug_log 46 attributes: 47 label: Debug Log 48 value: | 49 Run `dwl -d 2> ~/dwl.log` from a TTY and attach the **full** (do not truncate it) file here, or upload it to a pastebin. 50 Please try to keep the reproduction as brief as possible and exit dwl. 51 validations: 52 required: false 53 54 - type: textarea 55 id: backtrace 56 attributes: 57 label: Stack Trace 58 value: | 59 - Only required if dwl crashes. 60 - If the lines mentioning dwl or wlroots have `??`. Please compile both dwl and wlroots from source (enabling debug symbols) and try to reproduce. 61 validations: 62 required: false