Skip to content

Commit

Permalink
Merge pull request #44 from NilsRo/Development
Browse files Browse the repository at this point in the history
Updated Github integration
  • Loading branch information
NilsRo authored Aug 28, 2022
2 parents de86182 + da343d4 commit aa1d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_SlicerEstimator/static/js/SlicerEstimator.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ $(function() {
self.settingsViewModel.createIssue = function() {
// Send the bug report
url = 'https://github.com/NilsRo/OctoPrint-SlicerEstimator/issues/new';
var body = "## Description\n**ENTER DESCRIPTION HERE\nDescribe your problem?\nWhat is the problem?\nCan you recreate it?\nDid you try disabling plugins?\nDid you remember to update the subject?**\n\n\n**Plugins installed**\n";
var body = "## Description\n\n**ENTER DESCRIPTION HERE\n\nDescribe your problem?\nWhat is the problem?\nCan you recreate it?\nDid you try disabling plugins?\nWhat slicer are you using?\nDid you uploaded the GCODE file causing the issue?\nDid you remember to update the subject?**\n\n\n**Plugins installed**\n";

// Get plugin info
OctoPrint.coreui.viewmodels.pluginManagerViewModel.plugins.allItems.forEach(function(item) {
Expand Down

0 comments on commit aa1d764

Please sign in to comment.