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

19
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Question
description: Ask a question about setup, usage, or development
title: "[Question] "
labels: ["question"]
body:
- type: textarea
id: question
attributes:
label: Your question
placeholder: What would you like to know?
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
placeholder: Any relevant details about your setup or what you've tried.
validations:
required: false