March 04, 2016
On Wednesday, 2 March 2016 at 23:59:49 UTC, Seb wrote:
> Hey,
>
> I am just curious whether you have already considered moving from Bugzilla to the Github issue system and where your current opinion is.

GitHub issues is okay for one-man projects or small teams that do not want to bother much with bugs, issues, support requests, etc. For anything serious I suggest you forget GitHub issues... A common problem is that you have a project that spans multiple repositories (a library, a service, etc). You want a *single place* to deal with issues, not multiple places (each repository has own issues)! As people already mentioned, Bugzilla is a robust, feature-rich system. Use it (or something similar)!
March 05, 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
1 2
Next ›   Last »