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
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Bug Report
description: File a bug report.
labels: [triage]
assignees: [ladvoc]
body:
- type: input
id: sdk-version
validations: { required: true }
attributes:
label: LiveKit SDK Version
description: What version of LiveKit SDK are you using?
placeholder: "v0.2.0"
- type: input
id: idf-version
validations: { required: true }
attributes:
label: IDF Version
description: What version of ESP IDF are you using?
placeholder: "v5.5"
- type: textarea
id: description
validations: { required: true }
attributes:
label: Issue Description
description: |
Please describe the issue, providing any relevant logs and code snippets.
- type: textarea
id: hardware
validations: { required: true }
attributes:
label: Hardware Configuration
description: |
Please describe the development board you are using, or if you are using a custom board,
please include details about its peripherals.
placeholder: ESP32-S3-Korvo-2
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: LiveKit Community Slack
url: https://livekit.io/join-slack
Expand Down
Loading