From 3ae0a64c4dea98beb3380b4f6b24f3f573d4775e Mon Sep 17 00:00:00 2001 From: iff Date: Mon, 18 Nov 2024 20:43:37 +0100 Subject: [PATCH] chore: issue template --- .github/ISSUE_TEMPLATE/bug-report.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 8555d8c..9df793b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -20,6 +20,14 @@ body: validations: required: true + - type: textarea + id: build + attributes: + label: Build information + description: The output of `pay-respects --version` + validations: + required: true + - type: checkboxes id: no-similar-issue attributes: