Live data from Hacker News

Ask HN: Good company culture to send commit notifications to Slack/Discord?

news.ycombinator.com

1–3 of 3 posts

Ask HN: Good company culture to send commit notifications to Slack/Discord?

#1
I run a small team of developers. I like having a dedicated Slack/Discord channel called e.g. "commits"", with a webhook to git, which notifies about commits/pushes (only to main branch).

I find that it helpful, knowing what other developers are working on. But I assume that others might find it invasive and too public.

I am wondering what others think about this.

Re: Ask HN: Good company culture to send commit notifications to Slack/Discord?

#2
People should know what others are working on through discussions, status updates, team meetings, project plan, Jira/whatever, etc. They should not find out when a commit occurs.

There would also be code reviews (right?) so at least a subset of most relevant people should know what is happening before the commit occurs (after code review).

It's also a good idea to have something like gitweb available so anyone can quickly have a look at what has happened on the master repo.

To me pushed notifications seem like noise.