File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ # NOTE: This is a common file that is overwritten by realm/ci-actions sync service
2+ # and should only be modified in that repository.
3+
4+ name : Feature Request
5+ description : Request a new feature or enhancement
6+ labels : [T-Enhancement]
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Thanks for taking the time to suggest improvements to Realm!
12+ - type : textarea
13+ id : problem
14+ attributes :
15+ label : Problem
16+ description : A clear and concise description of the problem you are trying to solve.
17+ validations :
18+ required : true
19+ - type : textarea
20+ id : solution
21+ attributes :
22+ label : Solution
23+ description : Describe the solution you envision, including API and usage example if possible.
24+ validations :
25+ required : false
26+ - type : textarea
27+ id : alternative-solution
28+ attributes :
29+ label : Alternatives
30+ description : Describe the alternative solutions or features you have considered
31+ validations :
32+ required : false
33+ - type : dropdown
34+ id : importance
35+ attributes :
36+ label : How important is this improvement for you?
37+ options :
38+ - -- select --
39+ - Dealbreaker
40+ - Would be a major improvement
41+ - I would like to have it but have a workaround
42+ - Fairly niche but nice to have anyway
43+ validations :
44+ required : true
45+ - type : dropdown
46+ id : sync
47+ attributes :
48+ label : Feature would mainly be used with
49+ options :
50+ - -- select --
51+ - Local Database only
52+ - Atlas Device Sync
53+ - ' Atlas App Services: Auth or Functions etc'
54+ validations :
55+ required : true
You can’t perform that action at this time.
0 commit comments