mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
Add platform field, rework some points (#5660)
This commit is contained in:
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
|
||||
- type: textarea
|
||||
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.
|
||||
render: bash
|
||||
- type: checkboxes
|
||||
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:
|
||||
- label: Ubuntu 18.04
|
||||
- label: Ubuntu 20.04
|
||||
@@ -59,8 +65,6 @@ body:
|
||||
- label: macOS 12
|
||||
- label: Windows Server 2019
|
||||
- label: Windows Server 2022
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Can this tool be installed during the build?
|
||||
|
||||
Reference in New Issue
Block a user