feat: github settings

This commit is contained in:
Simon
2025-09-29 19:28:45 +08:00
parent 3beaa5c284
commit f04609300a
7 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
name: Feature Request
description: Suggest a feature
title: '[Feature] '
labels: ['enhancement']
body:
- type: textarea
id: problem
attributes:
label: Problem
placeholder: What problem does this solve?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Solution
placeholder: How should this work?
validations:
required: true
- type: textarea
id: api
attributes:
label: Proposed API
render: typescript
validations:
required: false