mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Add bug report label and mention discussions (#4995)
This commit is contained in:
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user