From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id BF8567EE99 for ; Sun, 22 Dec 2013 23:56:06 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of agarwal1975@gmail.com) identity=pra; client-ip=209.85.216.170; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of agarwal1975@gmail.com designates 209.85.216.170 as permitted sender) identity=mailfrom; client-ip=209.85.216.170; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qc0-f170.google.com) identity=helo; client-ip=209.85.216.170; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="postmaster@mail-qc0-f170.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosDALptt1LRVdiqlGdsb2JhbABYg0NVuT2BDQgWDgEBAQEHCwsJEiqCJgEBBEABGx0BAwwGBQQBBiIZIgERAQUBHAYTh28BAxENpRiMXIMJjlsKGScNZIVuEQEFDI8ZBwqELASJQ45UgTCOdxgphHce X-IPAS-Result: AosDALptt1LRVdiqlGdsb2JhbABYg0NVuT2BDQgWDgEBAQEHCwsJEiqCJgEBBEABGx0BAwwGBQQBBiIZIgERAQUBHAYTh28BAxENpRiMXIMJjlsKGScNZIVuEQEFDI8ZBwqELASJQ45UgTCOdxgphHce X-IronPort-AV: E=Sophos;i="4.95,533,1384297200"; d="scan'208";a="42052827" Received: from mail-qc0-f170.google.com ([209.85.216.170]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 22 Dec 2013 23:55:54 +0100 Received: by mail-qc0-f170.google.com with SMTP id x13so4310935qcv.15 for ; Sun, 22 Dec 2013 14:55:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=LAX/yo+W+UMtErNFkarUzr4Vg7x/OMOJTvHj3rJ4Ovo=; b=WPoUiVmHG+7URnZOvdxveejOhpmEZ65OR9Xq1HqghsAmciNWbw+H0bTLHhWLoHAB42 GK023tQkcoLPN2GFnNxb7tFsIVIqm+1h4E5+iQddwKRuAQsXoky+2697FXy4bL4Q5X9C 75LPMgt9URfH1lQGeQjgZxFPuSEez2TwKP8+bI9C9KiLciezcrPufseq1EvQNo+F5U6x eNWyWS3s1XWOobHamEnpNqq9eiK8uNu0H6DqKeKi4fnDeQJ6V5zVo7IGB7ne+reorJuY oshMBZEkbI5pELpj4QiqXTg28ahJV9DIXbFwPgEIjwjdFrFjqzyereJa/1WrUELPX31V YRXg== X-Received: by 10.224.151.212 with SMTP id d20mr36936174qaw.87.1387752953047; Sun, 22 Dec 2013 14:55:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.8.8 with HTTP; Sun, 22 Dec 2013 14:55:32 -0800 (PST) In-Reply-To: <20131222140332.GA8080@annexia.org> References: <20131222140332.GA8080@annexia.org> From: Ashish Agarwal Date: Sun, 22 Dec 2013 17:55:32 -0500 Message-ID: To: "Richard W.M. Jones" Cc: Gabriel Scherer , Yotam Barnoy , Ocaml Mailing List Content-Type: multipart/alternative; boundary=089e0149cac2cd8c1804ee276985 Subject: Re: [Caml-list] Moving ocaml to github (as well) --089e0149cac2cd8c1804ee276985 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Dec 22, 2013 at 9:03 AM, Richard W.M. Jones wrote: (1) Putting a project on github increases the number of people > submitting bug reports and pull requests using github's proprietary > interface. This is annoying because you need some way to tell them > not to do this, and to deal with people who do it anyway. (libguestfs > -- hosted on github -- has an all-caps notice on the front page: > http://github.com/libguestfs/libguestfs) > Click the settings icon at the middle right (for the individual repo, not the general account settings at the top right). There, you can disable the Issues and Wiki features. I don't know any way to prevent submission of pull requests. (I don't agree that these features should be avoided. I think GitHub is by far the best development tool set currently available.) --089e0149cac2cd8c1804ee276985 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On S= un, Dec 22, 2013 at 9:03 AM, Richard W.M. Jones <rich@annexia.org> wrote:

(1) Putting a project on github increases the number of people
submitting bug reports and pull requests using github's proprietary
interface. =A0This is annoying because you need some way to tell them
not to do this, and to deal with people who do it anyway. =A0(libguestfs
-- hosted on github -- has an all-caps notice on the front page:
http:= //github.com/libguestfs/libguestfs)

Click the settings icon at the middle right (for the individual repo, not = the general account settings at the top right). There, you can disable the = Issues and Wiki features. I don't know any way to prevent submission of= pull requests. (I don't agree that these features should be avoided. I= think GitHub is by far the best development tool set currently available.)=

--089e0149cac2cd8c1804ee276985--