From c176267027ba0a245d3cea03055a710e03215235 Mon Sep 17 00:00:00 2001 From: jmxnzo Date: Tue, 12 Nov 2024 13:20:55 +0100 Subject: [PATCH] Rework Github Template Issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 441bf0d1c..9c9a77b8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,6 +16,7 @@ body: attributes: label: Contrast Version description: "In which version do you encounter this bug? (Output of `contrast version`) " + placeholder: "v0.0.0" validations: required: true - type: input @@ -23,17 +24,18 @@ body: attributes: label: Deployment Platform description: "On which platform do you encounter this bug? (Value of default_platform value in justfile.env)" + placeholder: "AKS-CLH-SNP" validations: required: true - type: textarea attributes: - label: Issue description - description: A concise description of what you're experiencing. + label: Issue Description + Logs + description: A concise description of what you're experiencing. Please append the CLI logs(`--log-level debug`) of the encountered issue right here. validations: required: true - type: textarea attributes: - label: Steps to reproduce the behavior + label: Steps to Reproduce The Behavior description: Please provide a step-by-step guide on how to reproduce the issue.