From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17944 invoked by alias); 1 Jan 2017 01:10:56 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22311 Received: (qmail 3198 invoked from network); 1 Jan 2017 01:10:56 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm0-f48.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(74.125.82.48):SA:0(0.2/5.0):. Processed in 3.661147 secs); 01 Jan 2017 01:10:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: timothee.cour2@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 74.125.82.48 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=a5WNQ0SLtVZtxat1T6483yJn/GKtfgI4ThwVZefXg8E=; b=A7J+wgpXviWtq19jpvbMWnUNERlUjOyMb8IVNU6ier2vU0kQVHFDqvJSSNNn0TtS6u coYH14uIp/7iO6L/4sGBQjh5DFT4WtlXHaT0mJd7xzaY8YJX8dkgSP9x4qAohdsUA6ay QsJgCfTqjAIbpNsrtQlCeICyEy3gFoLV0BybxAub+D5Bj7W/6NPmt+Tg6pczsZv8+tW4 tCTsnBPWSbCAfUosUh85ZVJCOR5zcQ0s9F8Ryj6vDzowaSYRvS2FiRxpsLnvLhcqAAlA ua1unM5BDOQCZrX0WQs1z3E/f4ReHBSGO1oauvDfpSWruL75U2GBJYrQadEt3h/9VZyX Xayw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=a5WNQ0SLtVZtxat1T6483yJn/GKtfgI4ThwVZefXg8E=; b=VP1Ui/wd7L+C6k+ulHjgr8ita8hB9qK/loqTxoX91OYh11oNxW1XDXREXfYUbsmjDa 9lcCmRJtbCpVWJB4NgAD77wxRa0yZUHFslzMcRIJHmdUJkgOK22AvcdrgiSTGbdRDdnX /LKSVhAcoDp9x0Xgp86PKEvBUvHwue+0yGp8E2dK0DiPFpmK/aCzoMrUm07LIpBXB+Yj 9YSWXFNJ1Ct8pN5kNr1AO9xoP2kUdvuLIiTIK+mq3KkY9S5R0sqcyP0qclpYPmCcWOko HCCNKFTQdBbzRM9IPbI591057yPMSKOc9I1pIIUoquKfEqK6D37hv589Qa3XWaiR5xv4 h6jA== X-Gm-Message-State: AIkVDXKbXNvj0aKEFE9wtIXyB2qcy4Ds5AlnpKb2tbXsHtLVfM6pGSg0GXkqKal3d6U/JQrN2Fix6ZjmYmc3sA== X-Received: by 10.28.35.142 with SMTP id j136mr40322882wmj.11.1483233044287; Sat, 31 Dec 2016 17:10:44 -0800 (PST) MIME-Version: 1.0 From: Timothee Cour Date: Sat, 31 Dec 2016 17:10:43 -0800 Message-ID: Subject: using gitlab (or other) issue tracker instead of mailing list? To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=001a113ea8ccb956270544fe1a11 --001a113ea8ccb956270544fe1a11 Content-Type: text/plain; charset=UTF-8 Spawned off from a separate discussion: > regression: zsh completion stopped working after upgrading zsh 5.2=>5.3 What are your requirements for tracking zsh issues, and could this be accomplished by a standard issue tracker (eg github/gitlab/bitbucket) instead of this mailing list ? To summarize: * github/gitlab are widely used so no particular signup would be needed * using github.gitlab, ppl can click on Watch to follow/unfollow individual issues or all of zsh issues to choose how much email from github they receive * it would lower the barrier of entry to enter bugs, ie get bugs fixed faster * all benefits of bug tracker as opposed to mailling list [tracking bugs, cross references, search, syntax highlighting etc] * avoids revealing your email address * this has been adoped by https://github.com/zsh-users [Zsh community projects (not directly affiliated with the zsh project)] probably for a combination of the above reasons Daniel Shahaf's comment: > For one, I assume we won't consider a bug tracker that doesn't have bidirectional email integration with this mailing list. (to minimise workflow disruption) The issue trackers I mentioned do have bidirectional email integration, eg I can see github issues in my email and replying via email will also reply in github issues, etc. --001a113ea8ccb956270544fe1a11--