Slashdot Mirror


Developers Frustrated with GitHub Prod For Changes In Bug Reports, Transparency

DeveloperTech reports that a group of GitHub developers have posted an open letter, with nearly 1300 signatures, expressing dissatisfaction with GitHub's processes and policies, and in particular the site's level of transparency. A slice of the letter: "Those of us who run some of the most popular projects on GitHub feel completely ignored by you. We’ve gone through the only support channel that you have given us either to receive an empty response or even no response at all," he wrote. "We have no visibility into what has happened with our requests, or whether GitHub is working on them. Since our own work is usually done in the open and everyone has input into the process, it seems strange for us to be in the dark about one of our most important project dependencies."

3 of 99 comments (clear)

  1. GitLab is open source, hosted and self-hosted opts by Stormwynd · · Score: 4, Informative

    Perhaps they should consider GitHub, which IS open source (except for some Enterprise Edition specific features that they charge for). Users can run GitLab Community Edition themselves on their own machines, or use the hosted gitlab.com version (like github.com).

    https://about.gitlab.com/

  2. Re:It's free beer by Richard_at_work · · Score: 5, Informative

    git is decentralised, in that every copy of the repository is identical in functionality, there isnt a client-server model going on. However, GitHubs advantage over plain git is in its value adds, which include being off site (many people dont have an offsite they can push to) and the PR handling system, the UI improvements, issue tracking etc etc etc.

    GitHub doesnt disturb the decentralised aspect of git (although many people treat the GitHub copy as a server to push and pull from, but you are more than able to PR direct to a team member, or involve other off site repositories and only push to GH on occasion), but its value adds are most definitely centralised but most definitely not git.

    You can happily use git on its own, on your servers, with no issue.

  3. NOBODY WILL EVEN READ THIS by GoRK · · Score: 4, Informative

    I read the letter. Here's a Cliff's Notes for all you guys who don't read because why evenbother:

    Some anonymous devs who are so addicted to github that they probably maintain their grocery list there wrote a letter with a bunch of feature requests. These users re mainly bitching about the fact that users of their own projects don't seem to be able to read or follow instructions. Naturally these people are smart enough and forward thinking enough that they have proposed a perfect solution which requires GitHub to do a shitload of work for free despite the fact that the problems will remain because the users still won't read. A surprising number of other developers clearly can't read or think either and as such signed off on this silliness. Naturally, these well meaning individuals posted all of this to yet another github repo despite the fact that there are many better places and formats to use.

    Journalists have picked up the story and have jumped so some pretty wild conclusions, proving beyond the shadow of a doubt that they really can't read either.