Skip to content
Open
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
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Bug Report
description: File a bug report.
labels: ["Bug"]
assignees:
- ekanshibu
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: fastrpc-ver
attributes:
label: FastRPC version
description: Which release (or git commit) of the library can you
reproduce the issue on?
placeholder: v1.0.1
validations:
required: true
- type: input
id: dsp-fw-ver
attributes:
label: DSP firmware version
description: "What is the DSP firmware version you're running? (hint:
strings dsp.mbn | grep QC_IMAGE)"
placeholder: ADSP.VT.5.4.1-00123-XYZ-1
validations:
required: true
- type: input
id: device-info
attributes:
label: SoC and device name
description: What SoC and device can you reproduce this issue on?
placeholder: Qualcomm SC8280XP CRD
validations:
required: true
- type: input
id: kernel-ver
attributes:
label: Kernel version
description: What kernel version are you running?
placeholder: v6.19-rc1
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: steps-to-repro
attributes:
label: Steps to reproduce
placeholder: Run xyz --foo=bar
validations:
required: true
- type: textarea
id: logs
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.
render: shell
Loading