Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ body:
description: |
examples:
- **OS**: MacOS 26 Beta 1
- **Swift**: Apple Swift version 6.2
- **Xcode**: Xcode 26 Beta 17A5241e
- **swift**: Apple Swift version 6.2
- **xcode**: Xcode 26 Beta 17A5241e
- **container**: container CLI version 0.1.0
value: |
- OS:
- Swift:
- Xcode:
- swift:
- xcode:
- container:
render: markdown
validations:
required: true
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: File a request for a feature
name: Feature or Enhancement request
description: File a request for a feature or enhancement
title: "[Request]: "
labels: ["feature", "triage"]
body:
Expand All @@ -18,8 +18,8 @@ body:
- type: textarea
id: request
attributes:
label: Feature request details
description: Describe your proposed feature. Code samples that show what's missing, or what new capabilities will be possible, are very helpful! Provide links to existing issues or external references/discussions, if appropriate.
label: Feature or enhancement request details
description: Describe your proposed feature or enhancement. Code samples that show what's missing, or what new capabilities will be possible, are very helpful! Provide links to existing issues or external references/discussions, if appropriate.
validations:
required: true
- type: checkboxes
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: container community support
url: https://github.com/apple/container/discussions
about: Please ask and answer questions here.
Loading