From 18f315b5f0cd3f7c1b29ab39e3bc8446ffe4cb03 Mon Sep 17 00:00:00 2001 From: realm-ci Date: Fri, 27 Jan 2023 18:38:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/ISSUE?= =?UTF-8?q?=5FTEMPLATE/feature.yml'=20with=20remote=20'synced-files/.githu?= =?UTF-8?q?b/ISSUE=5FTEMPLATE/feature.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature.yml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 58b3e54e374..119db88bf56 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,3 +1,6 @@ +# NOTE: This is a common file that is overwritten by realm/ci-actions sync service +# and should only be modified in that repository. + name: Feature Request description: Request a new feature or enhancement labels: [T-Enhancement] @@ -5,7 +8,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to suggest improvements to the SDK! + Thanks for taking the time to suggest improvements to Realm! - type: textarea id: problem attributes: @@ -20,14 +23,33 @@ body: description: Describe the solution you envision, including API and usage example if possible. validations: required: false + - type: textarea + id: alternative-solution + attributes: + label: Alternatives + description: Describe the alternative solutions or features you have considered + validations: + required: false - type: dropdown id: importance attributes: label: How important is this improvement for you? options: + - -- select -- - Dealbreaker - Would be a major improvement - - I'd like to see it, but have a workaround - - Fairly niche, but nice to have anyway. + - I would like to have it but have a workaround + - Fairly niche but nice to have anyway validations: - required: false + required: true + - type: dropdown + id: sync + attributes: + label: Feature would mainly be used with + options: + - -- select -- + - Local Database only + - Atlas Device Sync + - 'Atlas App Services: Auth or Functions etc' + validations: + required: true