From 24cda8a179d217f83f3bfa98b6d68f4b053c0b47 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Wed, 8 May 2024 23:30:13 -0700 Subject: [PATCH 1/3] Add: feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 18 ------- .github/ISSUE_TEMPLATE/feature_request.yaml | 54 +++++++++++++++++++++ 2 files changed, 54 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 9d995c6f..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -labels: enhancement - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - -### Additional context -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..d152587d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,54 @@ +name: 🚀 App Feature Request +description: Request a feature/enhancement +title: '[Enhancement]: ' +labels: ['enhancement'] +body: + - type: markdown + attributes: + value: '## App Feature Request Description' + - type: markdown + attributes: + value: 'Please first search in both issues & discussions for your enhancement and make sure your app is up to date.' + - type: textarea + id: describe + attributes: + label: Describe the Feature/Enhancement + description: Please help us understand what you want. + placeholder: What is your vision? + validations: + required: true + - type: textarea + id: the-why + attributes: + label: Why would this be helpful? + description: Please help us understand why this would enhance your experience. + placeholder: Explain the "why" or "use case". + validations: + required: true + - type: textarea + id: image + attributes: + label: Future Implementation (Screenshot) + description: Please help us visualize by including a doodle or screenshot. + placeholder: How could this look? + validations: + required: true + - type: markdown + attributes: + value: '## App Current Implementation' + - type: dropdown + id: version + attributes: + label: Audiobookshelf App Version + description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.* + options: + - Android App - 0.9.63 + - iOS App - 0.9.63 + validations: + required: true + - type: textarea + id: current-image + attributes: + label: Current Implementation (Screenshot) + description: What screen were you looking at when you thought of this enhancement? + placeholder: If an image is not applicable, please explain why. From 8fe348d4ebbdcb71d4e1208fc36dbf63d67f68e9 Mon Sep 17 00:00:00 2001 From: Nicholas W Date: Thu, 9 May 2024 06:40:06 -0700 Subject: [PATCH 2/3] Update feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index d152587d..5a2512fd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -30,7 +30,7 @@ body: attributes: label: Future Implementation (Screenshot) description: Please help us visualize by including a doodle or screenshot. - placeholder: How could this look? + placeholder: How could this look or where could it go? validations: required: true - type: markdown From 20903e8217acd2328de2a9d09dfa6f7b874b8dcd Mon Sep 17 00:00:00 2001 From: Nicholas W Date: Thu, 9 May 2024 07:12:02 -0700 Subject: [PATCH 3/3] App selection allows for multiple --- .github/ISSUE_TEMPLATE/feature_request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 5a2512fd..5925d22d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -41,6 +41,7 @@ body: attributes: label: Audiobookshelf App Version description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.* + multiple: true options: - Android App - 0.9.63 - iOS App - 0.9.63