Do not check "Built from source" in bug report template by default.

This commit is contained in:
Kārlis Seņko 2022-08-11 10:19:18 +03:00 committed by karliss
parent a5b0dd3ed2
commit 6b7b1d1450

View File

@ -23,7 +23,7 @@ void openIssue()
url = "https://github.com/rizinorg/cutter/issues/new?&body=**Environment information**\n* "
"Operating System: "
+ osInfo + "\n* Cutter version: " + CUTTER_VERSION_FULL + "\n* Obtained from:\n"
+ " - [x] Built from source\n - [ ] Downloaded release from Cutter website or GitHub "
+ " - [ ] Built from source\n - [ ] Downloaded release from Cutter website or GitHub "
"\n"
" - [ ] Distribution repository\n* File format: "
+ format + "\n * Arch: " + arch + "\n * Type: " + type