From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xi Shen Subject: How to contribute? Date: Tue, 07 Jun 2016 10:57:54 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1635c2ea23d0534ae10e4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAEhx-00076w-Na for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 06:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAEhw-0007MU-O4 for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 06:58:05 -0400 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:34876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAEhw-0007MO-J5 for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 06:58:04 -0400 Received: by mail-oi0-x22d.google.com with SMTP id s139so31232965oie.2 for ; Tue, 07 Jun 2016 03:58:04 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Emacs-orgmode@gnu.org" --001a11c1635c2ea23d0534ae10e4 Content-Type: text/plain; charset=UTF-8 Hi, I would like to make some code change to org-mode. I followed the instruction on http://orgmode.org/worg/org-contribute.html#patches, but I got stuck at the first step. I send my RSA public key, to the system, but I never got a response. What is the preferred public key specification? Thanks, David -- Thanks, David S. --001a11c1635c2ea23d0534ae10e4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I would like to make some code chan= ge to org-mode. I followed the instruction on=C2=A0http://orgmode.org/worg/org-contrib= ute.html#patches, but I got stuck at the first step.

I send my RSA public key, to the system, but I never got a response.=

What is the preferred public key specification?


Thanks,
David
--

Thanks,
David S.

--001a11c1635c2ea23d0534ae10e4-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: How to contribute? Date: Tue, 07 Jun 2016 14:43:49 +0200 Message-ID: <874m952mpm.fsf@free.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAGMO-0003Kn-L3 for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 08:43:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAGMN-0008Pz-L7 for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 08:43:56 -0400 In-Reply-To: (Xi Shen's message of "Tue, 07 Jun 2016 10:57:54 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Xi Shen Cc: "Emacs-orgmode@gnu.org" Hi Xi Shen, > I would like to make some code change to org-mode. I followed the > instruction on http://orgmode.org/worg/org-contribute.html#patches, > but I got stuck at the first step. Thanks in advance for your contributions and welcome! > I send my RSA public key, to the system, but I never got a response. The system is a human being (me). :) I suggest you submit a few patches on the mailing list first, then Nicolas or other core committers can review and apply them. When everyone is confident about giving you direct write access, I add your key. In the meantime I gave you access to worg, which you can now clone like this: ~$ git clone orgmode@orgmode.org:org-mode.git ... then commit, and push. Thanks! -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: How to contribute? Date: Tue, 07 Jun 2016 15:24:53 +0200 Message-ID: <87portyvve.fsf@free.fr> References: <874m952mpm.fsf@free.fr> <87twh5gn91.fsf@laptoptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAH0C-0006oR-3N for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 09:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAH0A-0000d8-13 for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 09:25:02 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: aermolov@mirantis.com Cc: "Emacs-orgmode@gnu.org" , Xi Shen Hi Alex, aermolov@mirantis.com writes: > I'm also thinking of contributing to orgmode, so my question is - is > there any publicly available contributing guide, being SPOT for > newcomers? We have this page: http://orgmode.org/worg/org-contribute.html In general, clone the org-mode repository like this: ~$ git clone git://orgmode.org/org-mode.git edit, commit on your branch, create patches with format-patch, then share patches with the list. When comfortable enough with contributing regularily, send over your public key and I'll give you write access to the repository. Thanks! -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: aermolov@mirantis.com Subject: Re: How to contribute? Date: Tue, 07 Jun 2016 16:08:26 +0300 Message-ID: <87twh5gn91.fsf@laptoptop.i-did-not-set--mail-host-address--so-tickle-me> References: <874m952mpm.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAGkF-00005i-RI for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 09:08:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAGkA-0005ke-Hv for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 09:08:34 -0400 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:35804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAGkA-0005iS-AJ for Emacs-orgmode@gnu.org; Tue, 07 Jun 2016 09:08:30 -0400 Received: by mail-lf0-x231.google.com with SMTP id u74so7727938lff.2 for ; Tue, 07 Jun 2016 06:08:28 -0700 (PDT) In-Reply-To: <874m952mpm.fsf@free.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Guerry , Xi Shen Cc: "Emacs-orgmode@gnu.org" Hi Bastien, I'm also thinking of contributing to orgmode, so my question is - is there any publicly available contributing guide, being SPOT for newcomers? Thanks -- Alex Bastien Guerry writes: > Hi Xi Shen, > >> I would like to make some code change to org-mode. I followed the >> instruction on http://orgmode.org/worg/org-contribute.html#patches, >> but I got stuck at the first step. > > Thanks in advance for your contributions and welcome! > >> I send my RSA public key, to the system, but I never got a response. > > The system is a human being (me). :) > > I suggest you submit a few patches on the mailing list first, > then Nicolas or other core committers can review and apply them. > > When everyone is confident about giving you direct write access, > I add your key. > > In the meantime I gave you access to worg, which you can now clone > like this: > > ~$ git clone orgmode@orgmode.org:org-mode.git > > ... then commit, and push. > > Thanks! > > -- > Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: How to contribute? Date: Wed, 08 Jun 2016 21:18:09 +0200 Message-ID: <87twh3trpq.fsf@Rainer.invalid> References: <874m952mpm.fsf@free.fr> <87twh5gn91.fsf@laptoptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAizi-0001PK-LF for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:18:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAize-0004Qd-GA for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:18:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:55118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAize-0004Q8-8t for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:18:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bAizc-0001yg-V4 for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 21:18:21 +0200 Received: from p54b478af.dip0.t-ipconnect.de ([84.180.120.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2016 21:18:20 +0200 Received: from Stromeko by p54b478af.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2016 21:18:20 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org aermolov@mirantis.com writes: > I'm also thinking of contributing to orgmode, so my question is - is > there any publicly available contributing guide, being SPOT for > newcomers? http://orgmode.org/worg/org-contribute.html If you think anything is missing or needs better explanation, make that your first contribution! Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds