From: Daniele Sassoli <danielesassoli@xxxxxxxxx> Discord is a great way of receiving help for members of the community that are not on the mailing list or not familiar with Libera. Adding it to the official documentation will aid discoverability of it. The link is the same as the one at https://git-scm.com/community. Signed-off-by: Daniele Sassoli <danielesassoli@xxxxxxxxx> --- doc: add discord to ways of getting help cc: Collin Funk collin.funk1@xxxxxxxxx Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2033%2FDanieleSassoli%2Fmaster-v3 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2033/DanieleSassoli/master-v3 Pull-Request: https://github.com/git/git/pull/2033 Range-diff vs v2: 1: ed4fef87be7 ! 1: 499a5b0c48d doc: add discord to ways of getting help @@ Documentation/MyFirstContribution.adoc: respond to you. It's better to ask your can be answered if you disconnect and so that others can learn from the conversation. -+==== https://discord.gg/dxGanGcBSP[#discord] on Discord ++==== https://discord.gg/GRFVkzgxRd[#discord] on Discord +This is an unofficial Git Discord server for everyone, from people just +starting out with Git to those who develop it. It's a great place to ask +questions, share tips, and connect with the broader Git community in real time. Documentation/MyFirstContribution.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc index aca7212cfe2..d786176bba2 100644 --- a/Documentation/MyFirstContribution.adoc +++ b/Documentation/MyFirstContribution.adoc @@ -52,6 +52,15 @@ respond to you. It's better to ask your questions in the channel so that you can be answered if you disconnect and so that others can learn from the conversation. +==== https://discord.gg/GRFVkzgxRd[#discord] on Discord +This is an unofficial Git Discord server for everyone, from people just +starting out with Git to those who develop it. It's a great place to ask +questions, share tips, and connect with the broader Git community in real time. + +The server has channels for general discussions and specific channels for those +who use Git and those who develop it. The server's search functionality also +allows you to find previous conversations and answers to common questions. + [[getting-started]] == Getting Started base-commit: c44beea485f0f2feaf460e2ac87fdd5608d63cf0 -- gitgitgadget