pull/9152/head
Niklas Fiekas 2021-06-10 18:59:38 +02:00
parent 2cfbcbfe82
commit 0297f4c374
8 changed files with 9 additions and 10 deletions

View File

@ -4,5 +4,5 @@ contact_links:
url: https://github.com/veloce/lichobile/issues url: https://github.com/veloce/lichobile/issues
about: Issues for the mobile app are tracked in a separate repository. Please check for duplicates first. about: Issues for the mobile app are tracked in a separate repository. Please check for duplicates first.
- name: Support - name: Support
url: https://discord.gg/pw6Efvk url: https://discord.gg/lichess
about: GitHub issues are meant for tracking enhancements and bugs, not general support. Instead, search the Wiki, Lichess Forum, StackOverflow, or join our Discord. about: GitHub issues are meant for tracking enhancements and bugs, not general support. Instead, search the Wiki, Lichess Forum, StackOverflow, or join our Discord.

View File

@ -4,8 +4,7 @@
- [Set up your development environment](https://github.com/ornicar/lila/wiki/Lichess-Development-Onboarding). - [Set up your development environment](https://github.com/ornicar/lila/wiki/Lichess-Development-Onboarding).
- [Pick a GitHub issue to work on](https://github.com/ornicar/lila/issues). The [good first issue](https://github.com/ornicar/lila/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and [no scala](https://github.com/ornicar/lila/issues?q=is%3Aissue+is%3Aopen+label%3A%22no+scala%22) tags might be useful. - [Pick a GitHub issue to work on](https://github.com/ornicar/lila/issues). The [good first issue](https://github.com/ornicar/lila/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and [no scala](https://github.com/ornicar/lila/issues?q=is%3Aissue+is%3Aopen+label%3A%22no+scala%22) tags might be useful.
- Communicate with other devs on the #lichess IRC channel on freenode - Communicate with other devs on [Discord](https://discord.gg/lichess).
or [Discord](https://discord.gg/hy5jqSs).
## I want to report a bug or a problem about Lichess ## I want to report a bug or a problem about Lichess

View File

@ -38,7 +38,7 @@ Please help us [translate Lichess with Crowdin](https://crowdin.com/project/lich
See [lichess.org/source](https://lichess.org/source) for a list of repositories. See [lichess.org/source](https://lichess.org/source) for a list of repositories.
[Join us on discord](https://discord.gg/hy5jqSs) or in the `#lichess` freenode IRC channel for more info. [Join us on Discord](https://discord.gg/lichess) for more info.
Use [GitHub issues](https://github.com/ornicar/lila/issues) for bug reports and feature requests. Use [GitHub issues](https://github.com/ornicar/lila/issues) for bug reports and feature requests.
## Installation ## Installation

View File

@ -48,7 +48,7 @@ object tree {
"Please use ", "Please use ",
a(href := routes.Main.contact)("the contact page"), a(href := routes.Main.contact)("the contact page"),
" or ", " or ",
a(href := "https://discordapp.com/invite/pvHanhg")("our discord server"), a(href := "https://discord.gg/lichess")("our Discord server"),
" to contact us about other issues.", " to contact us about other issues.",
br, br,
"You can also ", "You can also ",

View File

@ -44,7 +44,7 @@ z-index: 99;
val connectLinks = val connectLinks =
div(cls := "connect-links")( div(cls := "connect-links")(
a(href := "https://twitter.com/lichess", targetBlank, noFollow)("Twitter"), a(href := "https://twitter.com/lichess", targetBlank, noFollow)("Twitter"),
a(href := "https://discord.gg/hy5jqSs", targetBlank, noFollow)("Discord"), a(href := "https://discord.gg/lichess", targetBlank, noFollow)("Discord"),
a(href := "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA", targetBlank, noFollow)("YouTube"), a(href := "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA", targetBlank, noFollow)("YouTube"),
a(href := "https://www.twitch.tv/lichessdotorg", targetBlank, noFollow)("Twitch") a(href := "https://www.twitch.tv/lichessdotorg", targetBlank, noFollow)("Twitch")
) )

View File

@ -43,7 +43,7 @@ object contact {
a(href := "https://github.com/veloce/lichobile/issues")(reportMobileIssue()) a(href := "https://github.com/veloce/lichobile/issues")(reportMobileIssue())
), ),
li( li(
a(href := "https://discord.gg/hy5jqSs")(reportBugInDiscord()) a(href := "https://discord.gg/lichess")(reportBugInDiscord())
) )
), ),
p(howToReportBug()) p(howToReportBug())

View File

@ -40,6 +40,6 @@ private object ReportThresholds {
store[Int]( store[Int](
"discordScoreThreshold", "discordScoreThreshold",
default = 80, default = 80,
text = "Discord score threshold. Comm reports with higher scores are notified in discord".some text = "Discord score threshold. Comm reports with higher scores are notified in Discord".some
) )
} }

View File

@ -95,8 +95,8 @@
</div> </div>
<div class="more"> <div class="more">
To get updates on the maintenance,<br /> To get updates on the maintenance,<br />
join <a href="https://twitter.com/lichess">@lichess on twitter</a> or join <a href="https://twitter.com/lichess">@lichess on Twitter</a> or
<a href="https://discord.gg/hy5jqSs">the lichess discord</a>.<br /> <a href="https://discord.gg/lichess">the lichess Discord</a>.<br />
<div class="hide-for-mobile">To pass the time, try out this minigame:</div> <div class="hide-for-mobile">To pass the time, try out this minigame:</div>
<div class="game"> <div class="game">
<iframe <iframe