== Background & User story
Why are we doing this ticket?
- This ticket will be used to set up the feature flag for night mode on mobile (Minerva skin). The feature flag will help us and other teams with testing the feature in a production environment
How does it connect to our overall plans? What goal does it link to?
- See task tree
What previous/central documentation exists?
- https://www.mediawiki.org/wiki/Reading/Web/Accessibility_for_reading
== User Stories
As a WMF or community member, I would like the ability to test the current version of night mode on mobile so that it's easier for me to report and fix issues
== Requirements
- Set up a feature flag with url parameter on the Minerva skin
- Enabling the feature flag will add the night mode option menu {F39971911} (See {T349210} for details)
- Selecting night mode will turn night mode on
== Acceptance criteria
[] All product and design requirements above must be complete
== Developer notes on technical requirements and targets
[] When the feature flag is enabled, the class `skin-darkmode-1 should be present on the HTML element.
[] When the feature flag is disabled, the class `skin-darkmode-1 should be present on the HTML element.
[] The feature flag should be associated with a user preference
[] The user preference should only impact the Minerva skin.
== Signoff criteria
...
== Open questions:
…
…
…