//As a mobile user (with "Display newcomer homepage" enabled in my preferences), I want easy menu access to all common ways to contribute, including a link to Suggested edits.//
**Background**
A "Contribute" option will replace the current "Contributions" menu option, leading to a new tab on the Contributions page. T286466
The “Contribute” menu is not visible to users yet (T319362 covers enabling this new menu), but it would be great to have some options ready for the menu when we show it to users.
The Growth team should add Suggested edits to this menu. This [[ https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ContentTranslation/+/837634 | patchset (33 lines of code) ]] from the Language team shows how a new option (“Translations”) can be added to the menu.
**Design**
{F35572918}
Copy:
>**Suggested edits**
>Make small and easy changes (e.g., add a link or copyedit) to improve existing articles.
>[View suggested edits]
---
**Acceptance Criteria**
Given I navigate to "Contribute" from the menu,
When I have "Display newcomer homepage" **enabled** in my preferences,
Then see a menu item for Suggested edits
And when I tap on the Suggested edits card
Then I navigate to: `Special:Homepage&namespace=-1#/homepage/suggested-edits`
(From Desktop user is directed to the newcomer homepage, on mobile, the Suggested edits module is opened as a full screen overlay.)
Given I navigate to "Contribute" from the menu,
When I have "Display newcomer homepage" **disabled** in my preferences,
Then I don't see a menu item for Suggested edits
#### Completion checklist
**Functionality**
[] The patches have been code reviewed and merged
[] The task passes its acceptance criteria
**Engineering**
[] There are existing and passing unit/integration tests
[] Tests for every involved patch should pass
[] Coverage for every involved project should have improved or stayed the same
**Design & QA**
[] If the task is UX/Design related: it must be reviewed and approved by the UX/Design team
[] Must be reviewed and approved by Quality Assurance.
**Documentation**
[] Related and updated documentation done where necessary
- Internal technical changes: internal repository documentation must be updated (README.md, JSDoc, PHPDoc)
- Infrastructure technical changes: technical changes that reflect on environment, infrastructure, endpoints or any other area of interest for technical contributors should be reflected on [[ https://www.mediawiki.org/wiki/Extension:GrowthExperiments | Extension:GrowthExperiments ]] or [[ https://www.mediawiki.org/wiki/Extension:GrowthExperiments/Technical_documentation | Extension:GrowthExperiments/Technical documentation ]] pages.