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