mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 18:26:15 +00:00
fix feature request template
This commit is contained in:
parent
67eb6dcb9a
commit
39a5bc7c59
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Suggest a feature or enhancement for the project
|
description: Suggest a feature or enhancement for the project
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
@ -30,7 +30,7 @@ body:
|
||||||
"As a [type of user], I want [a goal] so that [benefit]."
|
"As a [type of user], I want [a goal] so that [benefit]."
|
||||||
|
|
||||||
Acceptance Criteria:
|
Acceptance Criteria:
|
||||||
[List of measurable criteria to ensure the feature works as intended.]
|
[List of measurable criteria to ensure the feature works as intended.]
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue