From 16aa97edc93155653deb8ca8086a552f29d0dbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 26 Jun 2017 18:07:34 +0000 Subject: [PATCH 1/2] /community: add a note about the #git-devel IRC channel It's relatively low-volume, but I at least hang out there with a few others, so definitely something to advertise. --- app/views/community/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/community/index.html.erb b/app/views/community/index.html.erb index 0e4bb6e3..415f198c 100644 --- a/app/views/community/index.html.erb +++ b/app/views/community/index.html.erb @@ -60,6 +60,7 @@

If the manpages and this book aren’t enough and you need in-person help, you can try the #git channel on the Freenode IRC server (irc.freenode.net). These channels are regularly filled with hundreds of people who are all very knowledgeable about Git and are often willing to help. + The #git-devel channel welcomes Git development discussion, and might be able to help you contribute to Git.

From 9a9c8666ee54ef737389bdcb1f91efdf2afe72e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 26 Jun 2017 18:10:16 +0000 Subject: [PATCH 2/2] /community: advertise the new git-packagers mailing list See https://groups.google.com/forum/?fromgroups#!topic/git-packagers/SMikB1z6b8U for the announcement. --- app/views/community/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/community/index.html.erb b/app/views/community/index.html.erb index 415f198c..1ab44ae6 100644 --- a/app/views/community/index.html.erb +++ b/app/views/community/index.html.erb @@ -29,6 +29,7 @@

There is also Git user mailing list on Google Groups which is a nice place for beginners to ask about anything. + If you're a downstream packager of Git, consider joining the Git packagers mailing list for low-volume announcements from the developers, as well as other discussion related to packaging & porting Git.

Bug Reporting