Additionally:
* for custom builds, add commit hash
* added a tooltip to help mitigate potential/understandable confusion whether the single-line output might be a bug
* prettify driver name
- For issues that are likely OS-specific and/or graphics-related, please specify the CPU model and architecture.
- For graphics-related issues, specify the GPU model, driver version, and the rendering backend (GLES2, GLES3, Vulkan).
- **Bugreports not including the required information may be closed at the maintainers' discretion.** If in doubt, always include all the requested information; it's better to include too much information than not enough information.
- **Startingfrom Godot 4.1, you can copy this information to your clipboard by using *Help > Copy System Info* at the top of the editor window.**```
help_menu->add_icon_shortcut(gui_base->get_theme_icon(SNAME("ExternalLink"),SNAME("EditorIcons")),ED_SHORTCUT_AND_COMMAND("editor/report_a_bug",TTR("Report a Bug")),HELP_REPORT_A_BUG);
help_menu->add_icon_shortcut(gui_base->get_theme_icon(SNAME("ActionCopy"),SNAME("EditorIcons")),ED_SHORTCUT_AND_COMMAND("editor/copy_system_info",TTR("Copy System Info")),HELP_COPY_SYSTEM_INFO);
help_menu->set_item_tooltip(-1,TTR("Copies the system info as a single-line text into the clipboard."));
help_menu->add_icon_shortcut(gui_base->get_theme_icon(SNAME("ExternalLink"),SNAME("EditorIcons")),ED_SHORTCUT_AND_COMMAND("editor/suggest_a_feature",TTR("Suggest a Feature")),HELP_SUGGEST_A_FEATURE);