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.