65 lines
2.2 KiB
YAML
65 lines
2.2 KiB
YAML
name: Bug report
|
|
description: File a bug report.
|
|
title: "[Bug]: "
|
|
type: "Bug"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- type: checkboxes
|
|
id: prereqs
|
|
attributes:
|
|
label: I have done the following
|
|
description: Select that you have completed the following prerequisites.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- label: If possible, I've reproduced the issue using the 'main' branch of this project
|
|
required: false
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
Explain how to reproduce the incorrect behavior.
|
|
|
|
📖 **Need help?** See our guide: [How to write effective reproduction steps](https://github.com/apple/container/blob/main/docs/bug-report-how-to.md#steps-to-reproduce)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: Problem description
|
|
description: |
|
|
Briefly describe your problem, and what you believe the correct behavior should be.
|
|
|
|
📖 **Need help?** See our guide: [Problem Description](https://github.com/apple/container/blob/main/docs/bug-report-how-to.md#problem-description)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment
|
|
description: |
|
|
Examples:
|
|
- **OS**: macOS 26.0 (25A354)
|
|
- **Xcode**: Version 26.0 (17A324)
|
|
- **Container**: Container CLI version 0.1.0
|
|
|
|
📖 **Need help gathering this info?** See our guide: [Environment Information](https://github.com/apple/container/blob/main/docs/bug-report-how-to.md#environment-information)
|
|
value: |
|
|
- OS:
|
|
- Xcode:
|
|
- Container:
|
|
render: markdown
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
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
|