From 882df64c25b5c1493da3f22e803566173b47c0d3 Mon Sep 17 00:00:00 2001 From: Adrian Dombeck Date: Mon, 26 Aug 2024 10:55:37 +0200 Subject: [PATCH] fixup! GitHub issue template: Don't require steps to reproduce --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ac52b3e5..6fc68a77 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,8 +67,8 @@ body: Copy this command and run it in a terminal. It will open a text editor with the system information and logs. Paste the output below. Redact any sensitive information from the logs. ```bash TMPFILE=$(mktemp authd-system-info-XXXXXX.md) - if command -v xdg-open > /dev/null && [ -n "${DISPLAY:-}" ]; then authd_editor=xdg-open; elif [ -n "${EDITOR:-}" ]; then authd_editor=$EDITOR; else authd_editor=editor; fi - cat > "$TMPFILE" < /dev/null && [ -n "${DISPLAY:-}" ]; then authd_editor=xdg-open; elif [ -n "${EDITOR:-}" ]; then authd_editor=$EDITOR; fi + cat > "$TMPFILE" <