Skip to content

Commit 559efe7

Browse files
committed
🔄 Created local '.github/ISSUE_TEMPLATE/feature.yml' from remote 'synced-files/.github/ISSUE_TEMPLATE/feature.yml'
1 parent 677f2c4 commit 559efe7

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

0 commit comments

Comments
 (0)