feat: add GitHub issue templates for bug, feature, and question

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
crispyberry
2026-02-09 20:05:34 +08:00
parent d2c2188a72
commit 003323754d
4 changed files with 94 additions and 0 deletions

44
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,44 @@
name: Bug Report
description: Report a bug or unexpected behavior
title: "[Bug] "
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
placeholder: A clear description of what the bug is.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
placeholder: |
1. Flash firmware with ...
2. Send message ...
3. See error ...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
placeholder: What you expected to happen.
validations:
required: false
- type: textarea
id: logs
attributes:
label: Logs / Screenshots
placeholder: Paste serial monitor output or screenshots here.
render: shell
validations:
required: false
- type: input
id: board
attributes:
label: Board / Hardware
placeholder: e.g. Xiaozhi ESP32-S3 16MB/8MB
validations:
required: false