mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Basic issue reporting from Help menu
This commit is contained in:
@@ -152,7 +152,14 @@ var MenuTemplate = [
|
||||
},
|
||||
{
|
||||
label: 'Help',
|
||||
submenu: []
|
||||
submenu: [
|
||||
{
|
||||
label: 'Report an Issue...',
|
||||
click: function () {
|
||||
util.exec(['open', 'https://github.com/kitematic/kitematic/issues/new']);
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user