Add bug report label and mention discussions (#4995)

This commit is contained in:
Mikhail Timofeev
2022-02-01 16:27:06 +03:00
committed by GitHub
parent 447d3b8988
commit 05025ab263

View File

@@ -1,6 +1,6 @@
name: Bug Report name: Bug Report
description: Submit a bug report description: Submit a bug report. If you have a question please use [the discussions](https://github.com/actions/virtual-environments/discussions) section.
labels: [needs triage] labels: [bug report, needs triage]
body: body:
- type: textarea - type: textarea
attributes: attributes:
@@ -28,7 +28,7 @@ body:
Image version where you are experiencing the issue. Where to find image version in build logs: 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". 1. For GitHub Actions, under "Set up job" -> "Virtual Environment" -> "Version".
2. For Azure DevOps, under "Initialize 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. If you have a public example, please, provide a link to the failed build.
validations: validations:
required: true required: true
@@ -51,5 +51,5 @@ body:
A description with steps to reproduce the issue. A description with steps to reproduce the issue.
1. Step 1 1. Step 1
2. Step 2 2. Step 2
validations: validations:
required: true required: true