From 05025ab26361f1734e6bd119004034d04acfd360 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:27:06 +0300 Subject: [PATCH] Add bug report label and mention discussions (#4995) --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fea945a8c..8d1c78b7e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug Report -description: Submit a bug report -labels: [needs triage] +description: Submit a bug report. If you have a question please use [the discussions](https://github.com/actions/virtual-environments/discussions) section. +labels: [bug report, needs triage] body: - type: textarea attributes: @@ -28,7 +28,7 @@ body: Image version where you are experiencing the issue. Where to find image version in build logs: 1. For GitHub Actions, under "Set up job" -> "Virtual Environment" -> "Version". 2. For Azure DevOps, under "Initialize job" -> "Virtual Environment" -> "Version". - + If you have a public example, please, provide a link to the failed build. validations: required: true @@ -51,5 +51,5 @@ body: A description with steps to reproduce the issue. 1. Step 1 2. Step 2 - validations: + validations: required: true \ No newline at end of file