File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : File a bug report.
3
+ labels : [triage]
4
+ assignees : [ladvoc]
5
+ body :
6
+ - type : input
7
+ id : sdk-version
8
+ validations : { required: true }
9
+ attributes :
10
+ label : LiveKit SDK Version
11
+ description : What version of LiveKit SDK are you using?
12
+ placeholder : " v0.2.0"
13
+ - type : input
14
+ id : idf-version
15
+ validations : { required: true }
16
+ attributes :
17
+ label : IDF Version
18
+ description : What version of ESP IDF are you using?
19
+ placeholder : " v5.5"
20
+ - type : textarea
21
+ id : description
22
+ validations : { required: true }
23
+ attributes :
24
+ label : Issue Description
25
+ description : |
26
+ Please describe the issue, providing any relevant logs and code snippets.
27
+ - type : textarea
28
+ id : hardware
29
+ validations : { required: true }
30
+ attributes :
31
+ label : Hardware Configuration
32
+ description : |
33
+ Please describe the development board you are using, or if you are using a custom board,
34
+ please include details about its peripherals.
35
+ placeholder : ESP32-S3-Korvo-2
Original file line number Diff line number Diff line change 1
- blank_issues_enabled : true
1
+ blank_issues_enabled : false
2
2
contact_links :
3
3
- name : LiveKit Community Slack
4
4
url : https://livekit.io/join-slack
You can’t perform that action at this time.
0 commit comments