Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/something-is-wrong.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Something is wrong
about: 'Something is not working as expected.'
title: ''
labels: question
Comment thread
mahkoh marked this conversation as resolved.
assignees: ''

---

This template is for situations where you expect something to work but it doesn't. You do not have to use it for feature requests.

Attach the full log file from the session during which the problem occurred: `jay log --path`.

If the problem occurred during one session but not during another, attach the log file from the working session as well.
Comment thread
mahkoh marked this conversation as resolved.

If the problem relates to a particular client:

- Start the client with `WAYLAND_DEBUG=1`, redirect stderr to a file, and attach that file.
- If the problem is only present sometimes: attach two files: one created while the problem was present and one while it was absent.

If the problem relates to display devices:

- Attach a file containing the full `jay randr` output.
- Attach a file containing the full `drm_info` output.
- If the problem is only present sometimes: attach two files each: one created while the problem was present and one while it was absent.

If the problem relates to input devices:

- Attach a file containing the full `jay input show -v` output.
- If the problem is only present sometimes: attach two files: one created while the problem was present and one while it was absent.

If you know that some of this does not relate to your problem, disregard it.
Loading