mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
chore: update feature request template (#1455)
* chore: update feature request template * feat: update labels * chore: update
This commit is contained in:
parent
621f8f2de0
commit
03cd35e9a0
3 changed files with 32 additions and 23 deletions
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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*.
|
||||
29
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue