Skip to content

Commit

Permalink
🔄 Created local '.github/ISSUE_TEMPLATE/feature.yml' from remote 'syn…
Browse files Browse the repository at this point in the history
…ced-files/.github/ISSUE_TEMPLATE/feature.yml'
  • Loading branch information
realm-ci committed Mar 7, 2024
1 parent 13157fb commit aa93080
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
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

0 comments on commit aa93080

Please sign in to comment.