aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-04-01 08:55:04 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-04-01 08:55:14 +0300
commit2adbf33fb60d0cfb2748049129e13d5a0bd74a7e (patch)
tree36fa731d0f78078501139b5402717b117f9f4014 /.github
parent28cc84fbd12a0c1b83281207c12c8a08040d4796 (diff)
downloadniri-2adbf33fb60d0cfb2748049129e13d5a0bd74a7e.tar.gz
niri-2adbf33fb60d0cfb2748049129e13d5a0bd74a7e.tar.bz2
niri-2adbf33fb60d0cfb2748049129e13d5a0bd74a7e.zip
Update issue template and contact links
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md16
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml6
2 files changed, 21 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 76185927..a76a67c9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,9 +9,23 @@ assignees: ''
<!-- Please describe the issue here at the top, then fill in the system information below. -->
+<!-- Attaching your full niri config can help diagnose the problem. -->
+
+<!--
+If you have a problem with a specific app, please verify that it is running on Wayland, rather than X11. An easy way is to run xeyes and mouse over the app: xeyes will be able to "see" only X11 windows.
+
+You can also check what process the window PID belongs to:
+
+$ readlink /proc/$(niri msg --json pick-window | jq .pid)/exe
+
+If this points to xwayland-satellite, then it's an X11 window.
+
+Please report issues with X11 apps to xwayland-satellite instead of niri: https://github.com/Supreeeme/xwayland-satellite/issues
+-->
+
### System Information
-<!-- Paste the output of `niri -V`, e.g. niri 0.1.0-beta.1 (v0.1.0-beta.1) -->
+<!-- Paste the output of `niri -V`, e.g. niri 25.02 (b94a5db) -->
* niri version:
<!-- Write your distribution, e.g. Fedora 40 Silverblue -->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index a6047e6a..d1ceced5 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -2,3 +2,9 @@ contact_links:
- name: Feature request
url: https://github.com/YaLTeR/niri/discussions/new?category=ideas
about: Ideas for new features and functionality (start a Discussion)
+ - name: Ask a question
+ url: https://github.com/YaLTeR/niri/discussions/new?category=q-a
+ about: Question about niri (start a Discussion)
+ - name: Matrix room
+ url: https://matrix.to/#/#niri:matrix.org
+ about: Chat about niri with other users