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 Florian Märkl
parent 77b93fbab0
commit be565f3a88

View File

@ -31,7 +31,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