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

View File

@@ -0,0 +1,26 @@
name: Feature Request
description: Suggest a new feature or improvement
title: "[Feature] "
labels: ["enhancement"]
body:
- type: textarea
id: description
attributes:
label: Describe the feature
placeholder: A clear description of the feature you'd like.
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation
placeholder: Why do you want this? What problem does it solve?
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
placeholder: Any alternative solutions or workarounds you've considered.
validations:
required: false