From 2d3afaa0ec1152498530bb2ca752722e4a7ad266 Mon Sep 17 00:00:00 2001 From: Shawn Wallace Date: Tue, 27 May 2025 21:44:16 -0400 Subject: [PATCH] Mention GitHub Discussions in readme and issue opener thingy --- .github/config.yml | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..20ae5bc --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Q & A + url: https://github.com/Supreeeme/xwayland-satellite/discussions + about: Need help troubleshooting, or have some other question? Ask here diff --git a/README.md b/README.md index e34d815..cff0847 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ xwayland-satellite grants rootless Xwayland integration to any Wayland compositor implementing xdg_wm_base and viewporter. This is particularly useful for compositors that (understandably) do not want to go through implementing support for rootless Xwayland themselves. +Found a bug? [Open a bug report.](https://github.com/Supreeeme/xwayland-satellite/issues/new?template=bug_report.yaml) + +Need help troubleshooting, or have some other general question? [Ask on GitHub Discussions.](https://github.com/Supreeeme/xwayland-satellite/discussions) + ## Dependencies - Xwayland >=23.1 - xcb