Why don't you use the Github issue system?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat Mar 5 05:10:54 PST 2016


On 2016-03-04 00:54, cym13 wrote:

> We'd still lose all pull requests though and all discussions about them.
> Does any, hmm, "pullrequestzilla" thing exist?

There's GitLab, which is basically like GitHub but it's open source and 
you can host it yourself. They do have hosting as well.

GitLab supports pull requests (they call it merge requests), issues, 
wiki, all the stuff that GitHub supports, plus they have a built-in CI 
system as well. They even have the "auto merge" feature built-in.

We use it at my job and it works really well.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list