aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDaniele Sassoli <danielesassoli@gmail.com>2025-08-20 08:36:58 +0000
committerJunio C Hamano <gitster@pobox.com>2025-08-20 09:58:15 -0700
commit716d342c53715500ae0ce032e6cfd65806639691 (patch)
tree89d4f4e7c74675907579b15ccc115157f7fcdad0 /Documentation
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77 (diff)
downloadgit-716d342c53715500ae0ce032e6cfd65806639691.tar.xz
doc: add discord to ways of getting help
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@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MyFirstContribution.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
index aca7212cfe..d786176bba 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