mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
labels: [bug, triage]
|
|
assignees:
|
|
- blacktop
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report! Please fill the form below.
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Also tell us, what did you expect to happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproducible
|
|
attributes:
|
|
label: How can we reproduce this?
|
|
description: Please share the exact command you ran and what firmware or MachO you were analyzing. Links to failing `ipsw` runs and etc are also helpful.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: ipsw-version
|
|
attributes:
|
|
label: ipsw version
|
|
description: "`ipsw version` output"
|
|
render: bash
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: search
|
|
attributes:
|
|
label: Search
|
|
options:
|
|
- label: I did search for other open and closed issues before opening this
|
|
required: true
|
|
- type: textarea
|
|
id: ai-assistance
|
|
attributes:
|
|
label: AI assistance
|
|
description: If AI tools helped draft or analyze this report, disclose the tool and extent. Otherwise write `none`.
|
|
placeholder: "none"
|
|
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/blacktop/ipsw/blob/master/.github/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|
|
- type: checkboxes
|
|
id: ai-policy
|
|
attributes:
|
|
label: AI Policy
|
|
description: By submitting this issue, you agree to follow this project's [AI Usage Policy](https://github.com/blacktop/ipsw/blob/master/AI_POLICY.md)
|
|
options:
|
|
- label: I understand and agree to follow this project's AI Usage Policy
|
|
required: true
|
|
- type: textarea
|
|
id: ctx
|
|
attributes:
|
|
label: Additional context
|
|
description: Anything else you would like to add
|
|
validations:
|
|
required: false
|