From a64a3db4d674dd833e509893aa6be4153e70d3cb Mon Sep 17 00:00:00 2001 From: Adrian Dombeck Date: Wed, 21 Aug 2024 18:49:21 +0200 Subject: [PATCH] GitHub issue template: Don't require steps to reproduce We are trying to make the issue template easier to fill out. While steps to reproduce are often very useful, there are issues which they don't really apply to, or are not necessary. Lets try to make them not required and see how it turns out. --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 29af3639..6fc68a77 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,7 +59,7 @@ body: Please include screenshots (you can drag any image here) where applicable. Redact any sensitive information. validations: - required: true + required: false - type: textarea attributes: label: "System information and logs" @@ -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 EDITOR=xdg-open; elif [ -z "${EDITOR:-}" ]; then EDITOR=editor; fi - cat > "$TMPFILE" < /dev/null && [ -n "${DISPLAY:-}" ]; then authd_editor=xdg-open; elif [ -n "${EDITOR:-}" ]; then authd_editor=$EDITOR; fi + cat > "$TMPFILE" <