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
25 changes: 8 additions & 17 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report
name: Bug report
description: File a bug report.
title: "[Bug]: "
labels: ["bug", "triage"]
Expand All @@ -17,13 +17,6 @@ body:
required: true
- label: If possible, I've reproduced the issue using the 'main' branch of this project
required: false
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info? ex. [email protected]
validations:
required: false
- type: textarea
id: reproduce
attributes:
Expand All @@ -49,16 +42,14 @@ body:
attributes:
label: Environment
description: |
examples:
- **OS**: MacOS 26 Beta 1
- **swift**: Apple Swift version 6.2
- **xcode**: Xcode 26 Beta 17A5241e
- **container**: container CLI version 0.1.0
Examples:
- **OS**: macOS 26.0 Beta (25A5279m)
- **Xcode**: Version 26.0 beta (17A5241e)
- **Container**: Container CLI version 0.1.0
value: |
- OS:
- swift:
- xcode:
- container:
- Xcode:
- Container:
render: markdown
validations:
required: true
Expand All @@ -72,7 +63,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/apple/container/blob/main/CONTRIBUTING.md).
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/apple/.github/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature or Enhancement request
name: Feature or enhancement request
description: File a request for a feature or enhancement
title: "[Request]: "
labels: ["feature", "triage"]
Expand All @@ -7,14 +7,6 @@ body:
attributes:
value: |
Thanks for contributing to the container project!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: false
- type: textarea
id: request
attributes:
Expand All @@ -26,7 +18,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/apple/container/blob/main/CONTRIBUTING.md).
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/apple/.github/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: container community support
- name: Container community support
url: https://github.com/apple/container/discussions
about: Please ask and answer questions here.
about: Please ask and answer questions here.