How to add new menu item

I want to add new menu item next it “Help” Where should I look for it ?

@gauravthorath thank you for the question, you can take a look at the docs regarding contributing menu items.

The implementation for the Help menu can be found at:

In your case you’ll want to create a new menu path from the MAIN_MENU_BAR and add commands to that path, ex: export const CUSTOM_MAIN_MENU_ITEM = [...MAIN_MENU_BAR, '11_custom'].