Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
forgejo: add wm fields to bug report template
.forgejo/issue_template/bug.yml | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/.forgejo/issue_template/bug.yml b/.forgejo/issue_template/bug.yml
index d53d0fd..4d897c0 100644
--- a/.forgejo/issue_template/bug.yml
+++ b/.forgejo/issue_template/bug.yml
@@ -14,9 +14,9 @@ body:
Don't forget to search the issue tracker in case there is
already an open issue for the bug you found.
- type: input
- id: version
+ id: river-version
attributes:
- label: river Version
+ label: River Version
description: |
The output of `river -version`.
If the version starts with 0.3, please open an issue on the
@@ -24,6 +24,18 @@ body:
placeholder: "0.4.0-dev.247+a050b8b"
validations:
required: true
+ - type: input
+ id: wm
+ attributes:
+ label: Window Manager
+ validations:
+ required: true
+ - type: input
+ id: wm-version
+ attributes:
+ label: Window Manager Version
+ validations:
+ required: true
- type: textarea
id: repro
attributes: