-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 Created local '.github/ISSUE_TEMPLATE/feature.yml' from remote 'syn…
…ced-files/.github/ISSUE_TEMPLATE/feature.yml'
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# 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] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to suggest improvements to Realm! | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem | ||
description: A clear and concise description of the problem you are trying to solve. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution | ||
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 would like to have it but have a workaround | ||
- Fairly niche but nice to have anyway | ||
validations: | ||
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 |