From da5f13d6b30e9579f43c94bd9163ee1550ce6d43 Mon Sep 17 00:00:00 2001 From: endim8 Date: Tue, 13 Jun 2023 13:13:12 +0100 Subject: [PATCH 1/4] link to DEBUG_COMMANDS.md in debug commands section Signed-off-by: Harry Bond --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6f99e547ee..fb56e295df 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -268,7 +268,7 @@ To switch themes you can enter this commands: - `?vlight` - Day theme for vehicle navigation - `?vdark` - Night theme for vehicle navigation -There are also other commands for turning on/off isolines, antialiasing, etc. Check [the code](https://github.com/organicmaps/organicmaps/blob/6ae19b40c2b7a515338eb128547df05da13bdb78/map/framework.cpp#L2570-L2671) to learn about them. +There are also other commands for turning on/off isolines, antialiasing, etc. Check [DEBUG_COMMANDS.md](DEBUG_COMMANDS.md) to learn about them. ### More options -- 2.45.3 From 398dd5992fdc8c63fa2fc4214150c29a92e59015 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 13 Jun 2023 10:39:01 +0200 Subject: [PATCH 2/4] [doc] fix instructions where to find OM version Signed-off-by: Mateusz Konieczny --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6f132ccea1..29a8175269 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ If applicable, add screenshots or screen recordings to help explain your problem **System information:** - Operating system and its version: [iOS 12, Android 10, Ubuntu 22, MacOS Big Sur, etc.] - - Organic Maps version: [you can find it by clicking the "?" button] + - Organic Maps version: [you can find it by tapping button with green OrganicMaps logo, bottom left of the main screen] - Device Model: [e.g. iPhone6, Samsung S22] **Additional context** -- 2.45.3 From 6002327df82dafec1f5e7ffca07f2ac9209dc27d Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 17 Sep 2023 08:16:59 +0200 Subject: [PATCH 3/4] fix grammar Co-authored-by: Mr-Mime <37423773+Mr-Mime@users.noreply.github.com> Signed-off-by: Mateusz Konieczny --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 29a8175269..5b35de89b4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ If applicable, add screenshots or screen recordings to help explain your problem **System information:** - Operating system and its version: [iOS 12, Android 10, Ubuntu 22, MacOS Big Sur, etc.] - - Organic Maps version: [you can find it by tapping button with green OrganicMaps logo, bottom left of the main screen] + - Organic Maps version: [you can find it by tapping the button with the green OrganicMaps logo, bottom left of the main screen] - Device Model: [e.g. iPhone6, Samsung S22] **Additional context** -- 2.45.3 From 776c7541d21b55a3528ff6f964f3a59b72913b00 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 17 Sep 2023 08:20:15 +0200 Subject: [PATCH 4/4] support iOS Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Signed-off-by: Mateusz Konieczny --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b35de89b4..5bbedd2f20 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ If applicable, add screenshots or screen recordings to help explain your problem **System information:** - Operating system and its version: [iOS 12, Android 10, Ubuntu 22, MacOS Big Sur, etc.] - - Organic Maps version: [you can find it by tapping the button with the green OrganicMaps logo, bottom left of the main screen] + - Organic Maps version: [you can find it by tapping the button with the green OrganicMaps logo, bottom left of the main screen on Android, or the `?` button on iOS] - Device Model: [e.g. iPhone6, Samsung S22] **Additional context** -- 2.45.3