From 701f6b4b2f050ac6432b4b901cd16ee560f1e82b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 17 Jul 2025 10:59:53 +0100 Subject: [PATCH] Update use-this-issue-template.md --- .github/ISSUE_TEMPLATE/use-this-issue-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/use-this-issue-template.md b/.github/ISSUE_TEMPLATE/use-this-issue-template.md index 1135fb8d..aa5851fa 100644 --- a/.github/ISSUE_TEMPLATE/use-this-issue-template.md +++ b/.github/ISSUE_TEMPLATE/use-this-issue-template.md @@ -23,11 +23,11 @@ built from the latest code in Git. ### Required information -Please provide the following information. These are **required**. Bug reports without logs may be closed without comment. +Please provide the following information. These are **required**. Note that bug reports without logs may be ignored or closed without comment. * tmux version (`tmux -V`). * Platform (`uname -sp`). * Terminal in use (xterm, rxvt, etc). * $TERM *inside* tmux (`echo $TERM`). -* * $TERM *outside* tmux (`echo $TERM`). +* $TERM *outside* tmux (`echo $TERM`). * Logs from tmux (`tmux kill-server; tmux -vv new`).