Commit 22bde0ee authored by carlosperate's avatar carlosperate

Add menus to easily report bugs to the github tracker.

parent b2a5be40
......@@ -85,6 +85,7 @@
<li id="menu_save"><a href="#">Save<i class="mdi-file-file-download left"></i></a></li>
<li id="menu_delete"><a href="#">Delete All<i class="mdi-action-delete left"></i></a></li>
<li id="menu_settings"><a href="#">Settings<i class="mdi-action-settings left"></i></a></li>
<li id="menu_bug"><a href="http://github.com/carlosperate/ardublockly/issues" target="_blank">Report Bug<i class="mdi-action-bug-report left"></i></a></li>
</ul>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
......
......@@ -364,6 +364,12 @@ var getHelpMenuData = function() {
shell.openExternal(
'https://github.com/carlosperate/ardublockly');
}
}, {
label: 'Report bug',
click: function() {
shell.openExternal(
'https://github.com/carlosperate/ardublockly/issues');
}
}, {
type: 'separator'
}, {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment