diff --git a/src/common/BugReporting.cpp b/src/common/BugReporting.cpp index b5ece72e..f2242900 100644 --- a/src/common/BugReporting.cpp +++ b/src/common/BugReporting.cpp @@ -30,16 +30,21 @@ void openIssue() } url = "https://github.com/rizinorg/cutter/issues/new?&body=**Environment information**\n* " "Operating System: " - + osInfo + "\n* Cutter version: " + CUTTER_VERSION_FULL + "\n* File format: " + format - + "\n * Arch: " + arch + "\n * Type: " + type - + "\n\n**Describe the bug**\nA clear and concise description of what the bug " - "is.\n\n**To Reproduce**\n" + + osInfo + "\n* Cutter version: " + CUTTER_VERSION_FULL + "\n* Obtained from:\n" + + " - [x] Built from source\n - [ ] Downloaded release from Cutter website or GitHub " + "\n" + " - [ ] Distribution repository\n* File format: " + + format + "\n * Arch: " + arch + "\n * Type: " + type + + "\n\n**Describe the bug**\n\n" + "\n\n**To Reproduce**\n\n" "Steps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll " "down to '....'\n" - "4. See error\n\n**Expected behavior**\n" - "A clear and concise description of what you expected to happen.\n\n" - "**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n" - "**Additional context**\nAdd any other context about the problem here."; + "4. See error\n\n**Expected behavior**\n\n" + "\n\n\n" + "**Screenshots**\n\n\n\n\n" + "**Additional context**\n\n\n"; QDesktopServices::openUrl(QUrl(url, QUrl::TolerantMode)); }