chore: update feature request template (#1455)

* chore: update feature request template

* feat: update labels

* chore: update
This commit is contained in:
Myriad-Dreamin 2025-03-06 20:30:20 +08:00 committed by GitHub
parent 621f8f2de0
commit 03cd35e9a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 23 deletions

View file

@ -1,7 +1,6 @@
name: Bug report
description: File a bug/issue
title: "<title>"
labels: ["Bug", "Needs Triage"]
labels: ["bug", "need-to-investigate"]
body:
- type: checkboxes
attributes:
@ -54,6 +53,7 @@ body:
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
render: markdown
validations:
required: true
- type: textarea
@ -75,6 +75,7 @@ body:
- type: textarea
attributes:
label: Additional context
render: markdown
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

View file

@ -1,21 +0,0 @@
---
name: Feature request
about: Create a feature request
title: ''
labels: ''
assignees: ''
---
**Motivation**
A single (short) use case, scenario, or other argument used in support of this *feature*.
**Description**
A clear and concise description of this *feature*.
**Examples/Questions**
- Using examples to profile how you imagine the *feature* should be
- Raising questions to highlight the uncertain design for the *feature*.

View file

@ -0,0 +1,29 @@
name: Feature request
description: Create a feature request
labels: ["enhancement", "need-to-investigate"]
body:
- type: textarea
attributes:
label: Motivation
render: markdown
description: |
A brief use case, scenario, or other argument used in support of this *feature*.
validations:
required: false
- type: textarea
attributes:
label: Description
render: markdown
description: |
A clear and concise description of this *feature*.
validations:
required: false
- type: textarea
attributes:
label: More Examples/Questions
render: markdown
description: |
- Using examples to profile how you imagine the *feature* should be
- Raising questions to highlight the uncertain design for the *feature*.
validations:
required: false