mirror of
https://github.com/apple/container.git
synced 2026-09-12 18:55:43 +00:00
Update an issue template (#304)
This PR adds the default value "N/A" to the logs section to prevent it from being empty in most issues.
This commit is contained in:
@@ -43,13 +43,13 @@ body:
|
||||
label: Environment
|
||||
description: |
|
||||
Examples:
|
||||
- **OS**: macOS 26.0 Beta (25A5279m)
|
||||
- **Swift**: Apple Swift version 6.1 (swift-6.1-RELEASE)
|
||||
- **Xcode**: Version 26.0 beta (17A5241e)
|
||||
- **OS**: macOS 26.0 (25A354)
|
||||
- **Xcode**: Version 26.0 (17A324)
|
||||
- **Swift**: Apple Swift version 6.2 (swift-6.2-RELEASE)
|
||||
value: |
|
||||
- OS:
|
||||
- Swift:
|
||||
- Xcode:
|
||||
- Swift:
|
||||
render: markdown
|
||||
validations:
|
||||
required: true
|
||||
@@ -58,6 +58,8 @@ body:
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
value: |
|
||||
N/A
|
||||
render: shell
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
|
||||
Reference in New Issue
Block a user