Skip to content

Commit 6b165b7

Browse files
authored
Add bug report template (#34)
1 parent 9d5b9b7 commit 6b165b7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: LiveKit Community Slack
44
url: https://livekit.io/join-slack

0 commit comments

Comments
 (0)