From 60cff76a5a3bf201a198db59b2456ab72dfd2ff0 Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Wed, 1 Oct 2025 09:43:53 -0700 Subject: [PATCH] Update an issue template (#694) This PR adds the default value "N/A" to the logs section to prevent it from being empty in most issues. --- .github/ISSUE_TEMPLATE/01-bug.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 47a8335b..6b99d30e 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -43,8 +43,8 @@ body: label: Environment description: | Examples: - - **OS**: macOS 26.0 Beta (25A5279m) - - **Xcode**: Version 26.0 beta (17A5241e) + - **OS**: macOS 26.0 (25A354) + - **Xcode**: Version 26.0 (17A324) - **Container**: Container CLI version 0.1.0 value: | - OS: @@ -58,6 +58,8 @@ body: attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + value: | + N/A render: shell - type: checkboxes id: terms