mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 10:58:51 +00:00
Do not check "Built from source" in bug report template by default.
This commit is contained in:
parent
77b93fbab0
commit
be565f3a88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user