From mboxrd@z Thu Jan  1 00:00:00 1970
From: David Craven <david@craven.ch>
Subject: Re: Feedback, ideas, discussion: tracking patches, discussions, bugs.
Date: Sat, 13 Aug 2016 12:46:10 +0200
Message-ID: <CAL1_immR0vZmWuxLGWyoQRheZKOTBpO9TQuc7dW6xXMoJ97wxQ@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:36678)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <david@craven.ch>) id 1bYWSI-0002oz-GO
	for guix-devel@gnu.org; Sat, 13 Aug 2016 06:46:19 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <david@craven.ch>) id 1bYWSE-0005qo-CQ
	for guix-devel@gnu.org; Sat, 13 Aug 2016 06:46:17 -0400
Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:34012)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <david@craven.ch>) id 1bYWSD-0005qa-5M
	for guix-devel@gnu.org; Sat, 13 Aug 2016 06:46:14 -0400
Received: by mail-yw0-x22d.google.com with SMTP id z8so5196216ywa.1
	for <guix-devel@gnu.org>; Sat, 13 Aug 2016 03:46:11 -0700 (PDT)
List-Id: "Development of GNU Guix and the GNU System distribution."
	<guix-devel.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>,
	<mailto:guix-devel-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/guix-devel/>
List-Post: <mailto:guix-devel@gnu.org>
List-Help: <mailto:guix-devel-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>,
	<mailto:guix-devel-request@gnu.org?subject=subscribe>
Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org
Sender: "Guix-devel" <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org>
To: ng0@we.make.ritual.n0.is
Cc: guix-devel <guix-devel@gnu.org>

> All: Please share your experiences, positive and negative, with project
> management frameworks. Ideally it covers patches, discussions,
> bugtracking and is accessible and usable at least via web browser.

I think a few people have said they like github, but it gets objected to
because of certain reasons and I do not want to start a discussion on
those.

I did find a project called gogs (go git service) which has an ui just like
github's. Maybe this would be a solution worth exploring.

As for the "I like to use email thing": I like to reply via email to PR's and
issues too, the only downside I can think of for people liking the email
workflow would be creating a PR involves pressing the "Create PR"
button in the web gui. (If I haven't thought of other downsides please
let me know ;)
Fetching peoples patchsets through git is simple, and there is
the possiblility of adding forks of people that contribute regularly as
git remotes (to make fetching and review even simpler).

The only thing I don't like about github/gogs from an UI perspective is the
merge button. The merge button creates unnecessary merge commits
which I don't like, and many projects agree to not use the merge button.
There is no way to disable it, but I think that disabling it in gogs would be
trivial.

[0] https://gogs.io