mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
Add Feature Request template
This commit is contained in:
parent
f8cd5da7c4
commit
02c29b374f
1 changed files with 17 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Feature Request
|
||||||
|
description: Request a feature/enhancement
|
||||||
|
title: "[Enhancement]: "
|
||||||
|
labels: ["enhancement"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "## Please search in issues and discussions to see if the feature has already been requested."
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "### Mobile app features should be requested [here](https://github.com/advplyr/audiobookshelf-app/issues/new/choose)."
|
||||||
|
- type: textarea
|
||||||
|
id: describe
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature/enhancement
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Add table
Add a link
Reference in a new issue