diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..1b8b034 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7df7214..01af8a6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: LiveKit Community Slack url: https://livekit.io/join-slack