Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link to SCEE faq #711

Merged
merged 4 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ labels: bug
Before starting a bug report you might want to check existing issues (both open and closed) whether your problem has already been reported.
Please provide a clear and concise description of the bug.

Maybe it is not a bug? Check the FAQ: https://wiki.openstreetmap.org/wiki/StreetComplete/FAQ and the SCEE readme https://github.com/Helium314/SCEE#readme
Maybe it is not a bug? Check the FAQ: https://wiki.openstreetmap.org/wiki/StreetComplete/FAQ and the SCEE readme https://github.com/Helium314/SCEE#readme and the SCEE FAQ: https://wiki.openstreetmap.org/wiki/SCEE/FAQ

Attaching screenshots / videos:
Large images / videos can be very disturbing when reading, so please avoid attaching unnecessary screenshots and videos.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Functionality added in SCEE is considerably less tested than what you might be u

[StreetComplete readme](README_StreetComplete.md)

[SCEE FAQ](https://wiki.openstreetmap.org/wiki/SCEE/FAQ)

## Download SCEE

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/packages/de.westnordost.streetcomplete.expert/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ fun AboutScreen(
onClick = { uriHandler.openUri("https://wiki.openstreetmap.org/wiki/StreetComplete/FAQ") },
) { OpenInBrowserIcon() }

Preference(
name = "SCEE: " + stringResource(R.string.about_title_faq),
onClick = { uriHandler.openUri("https://wiki.openstreetmap.org/wiki/SCEE/FAQ") },
) { OpenInBrowserIcon() }

Preference(
name = stringResource(R.string.about_title_report_error),
onClick = { uriHandler.openUri("https://github.com/helium314/SCEE/issues") },
Expand Down