git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit689b99a6ec0239a54dc1ea643af50c4750e1d78c
parentca76a80546
authorIsaac Freund <[email protected]>
date2026-03-14 14:03
forgejo: add use case issue template

 .forgejo/issue_template/use_case.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.forgejo/issue_template/use_case.yml b/.forgejo/issue_template/use_case.yml
new file mode 100644
index 0000000..03854a8
--- /dev/null
+++ b/.forgejo/issue_template/use_case.yml
@@ -0,0 +1,22 @@
+# SPDX-FileCopyrightText: © 2026 The River Developers
+# SPDX-License-Identifier: 0BSD
+
+name: Use Case
+description: Describe a use case not supported by river
+labels: ["use case"]
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Use Case Description
+      description: |
+        Please describe your use case in detail.
+
+        Do you have a suggestion for how river could support it?
+
+        Are there any workarounds you have tried?
+
+        Don't forget to search the issue tracker in case there is
+        already an open issue tracking support for your use case!
+    validations:
+      required: true