chore(rfc): add new rfc for the remote feature flags - #11434
Open
rafaeltonholo wants to merge 2 commits into
Open
chore(rfc): add new rfc for the remote feature flags#11434rafaeltonholo wants to merge 2 commits into
rafaeltonholo wants to merge 2 commits into
Conversation
dani-zilla
approved these changes
Aug 20, 2026
|
|
||
| ## Open Questions | ||
|
|
||
| - Should we use GitHub Pages as the hosting place for our Remote Feature Flag? |
Contributor
There was a problem hiding this comment.
I do like this as it'll make the changes we may make to configurations public to anyone who wants to look. It also demystifies it a little. People may think we're using a third party service that could track these changes. Instead, it's just a hosted file they can freely peruse and even change if they want to folk the build and try something different. Of course, there's also local overrides they could use for this.
| - [0002 - Thundermail – Add an Account interim screen](engineering/rfcs/0002-thundermail-add-an-account-interim-screen.md) | ||
| - [0003 - Render inline images in plain-text messages](engineering/rfcs/0003-render-inline-images-in-plain-text-messages.md) | ||
| - [0004 - Add a Declarative Feature Flag Catalog](engineering/rfcs/0004-feature-flag-new-architecture.md) | ||
| - [0005: Enable IMAP IDLE ("Push") for the Inbox by Default on Newly Added IMAP Accounts](engineering/rfcs/0005-imap-idle-push-on-new-account-inboxes.md) |
Contributor
There was a problem hiding this comment.
Thanks for adding this!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution Summary
Linked Issue/Ticket: Closes #11253
Description
AI Disclosure
Select one of the following (mandatory)
Contribution Checklist
gradlew spotlessCheckto check andgradlew spotlessApplyto format your source code; will be checked by CI).gradlew testDebugUnitTest; will be checked by CI).