mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
Add platform field, rework some points (#5660)
This commit is contained in:
8
.github/ISSUE_TEMPLATE/announcement.yml
vendored
8
.github/ISSUE_TEMPLATE/announcement.yml
vendored
@@ -26,6 +26,12 @@ body:
|
|||||||
placeholder: Description of who might be impacted by this change
|
placeholder: Description of who might be impacted by this change
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Platforms affected
|
||||||
|
options:
|
||||||
|
- label: Azure DevOps
|
||||||
|
- label: GitHub Actions
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Virtual environments affected
|
label: Virtual environments affected
|
||||||
@@ -38,8 +44,6 @@ body:
|
|||||||
- label: macOS 12
|
- label: macOS 12
|
||||||
- label: Windows Server 2019
|
- label: Windows Server 2019
|
||||||
- label: Windows Server 2022
|
- label: Windows Server 2022
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Mitigation ways
|
label: Mitigation ways
|
||||||
|
|||||||
14
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -8,6 +8,12 @@ body:
|
|||||||
description: A clear and concise description of what the bug is, and why you consider it to be a bug.
|
description: A clear and concise description of what the bug is, and why you consider it to be a bug.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Platforms affected
|
||||||
|
options:
|
||||||
|
- label: Azure DevOps
|
||||||
|
- label: GitHub Actions
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Virtual environments affected
|
label: Virtual environments affected
|
||||||
@@ -20,8 +26,6 @@ body:
|
|||||||
- label: macOS 12
|
- label: macOS 12
|
||||||
- label: Windows Server 2019
|
- label: Windows Server 2019
|
||||||
- label: Windows Server 2022
|
- label: Windows Server 2022
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Image version and build link
|
label: Image version and build link
|
||||||
@@ -37,14 +41,20 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Is it regression?
|
label: Is it regression?
|
||||||
description: If yes, please, provide the latest image version where the issue didn't persist, and a link to the latest successful build.
|
description: If yes, please, provide the latest image version where the issue didn't persist, and a link to the latest successful build.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected behavior
|
label: Expected behavior
|
||||||
description: A description of what you expected to happen.
|
description: A description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual behavior
|
label: Actual behavior
|
||||||
description: A description of what is actually happening.
|
description: A description of what is actually happening.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Repro steps
|
label: Repro steps
|
||||||
|
|||||||
12
.github/ISSUE_TEMPLATE/tool-request.yml
vendored
12
.github/ISSUE_TEMPLATE/tool-request.yml
vendored
@@ -44,12 +44,18 @@ body:
|
|||||||
label: URL for tool's homepage
|
label: URL for tool's homepage
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Provide a basic test case to validate the tool's functionality.
|
label: Provide a basic test case to validate the tool's functionality.
|
||||||
description: This will be automatically formatted into code.
|
description: This will be automatically formatted into code.
|
||||||
render: bash
|
render: bash
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Virtual environments affected
|
label: Platforms where you need the tool
|
||||||
|
options:
|
||||||
|
- label: Azure DevOps
|
||||||
|
- label: GitHub Actions
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Virtual environments where you need the tool
|
||||||
options:
|
options:
|
||||||
- label: Ubuntu 18.04
|
- label: Ubuntu 18.04
|
||||||
- label: Ubuntu 20.04
|
- label: Ubuntu 20.04
|
||||||
@@ -59,8 +65,6 @@ body:
|
|||||||
- label: macOS 12
|
- label: macOS 12
|
||||||
- label: Windows Server 2019
|
- label: Windows Server 2019
|
||||||
- label: Windows Server 2022
|
- label: Windows Server 2022
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Can this tool be installed during the build?
|
label: Can this tool be installed during the build?
|
||||||
|
|||||||
Reference in New Issue
Block a user