feat(github): new feature request template

This commit is contained in:
iyear 2024-02-15 23:26:24 +08:00
parent ba12e2d1a7
commit f46f64cd95
2 changed files with 37 additions and 10 deletions

View File

@ -1,10 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feat] "
labels: enhancement
assignees: iyear
---
Please describe your feature request

View File

@ -0,0 +1,37 @@
name: Feature Request
description: Suggest an idea for tdl
title: "[Feat] "
labels: ["enhancement"]
assignees:
- iyear
body:
- type: markdown
attributes:
value: |
> [!IMPORTANT]
> Make sure to browse the opened and closed issues before submit your issue.
>
> 对于中文用户,请使用英文编写标题和内容(可以选择使用机器翻译)
- type: textarea
id: proposal
attributes:
label: Proposal
description: Write your feature request in the form of a proposal to be considered for implementation.
validations:
required: true
- type: textarea
id: background
attributes:
label: Background
description: Describe the background problem or need that led to this feature request.
validations:
required: true
- type: textarea
id: workarounds
attributes:
label: Workarounds
description: Are there any current workarounds that you're using that others in similar positions should know about?
validations:
required: true