blob: 1ec1cf04c477e50afde9a7d9d249e4d4f6f9c6b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
name: Bug Report
about: Something in dwl isn't working correctly
title:
labels:
- 'Kind/Bug'
body:
- type: markdown
attributes:
value: |
Only report bugs that can be reproduced on the main (or wlroots-next) branch
Report patch issues to their respective authors
- type: input
id: dwl_version
attributes:
label: dwl version
placeholder: '`dwl -v`'
validations:
required: true
- type: input
id: wlroots_version
attributes:
label: wlroots version
validations:
required: true
- type: textarea
attributes:
label: Description
|