Skip to content

Commit

Permalink
Rework Github Template Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jmxnzo committed Nov 12, 2024
1 parent c8f1f7d commit c176267
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,26 @@ 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
id: platform
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.

0 comments on commit c176267

Please sign in to comment.