From 02c29b374f11c82f65f81f0b8478f013b578e83d Mon Sep 17 00:00:00 2001 From: advplyr <67830747+advplyr@users.noreply.github.com> Date: Sat, 29 Jan 2022 11:37:17 -0600 Subject: [PATCH] Add Feature Request template --- .github/ISSUE_TEMPLATE/feature.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..352affbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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