Saratov Linux User Group
 help / color / mirror / Atom feed
From: "Nikita V. Borodikhin" <eliterr@gmail.com>
To: Saratov Linux User Group Maillist <sarlug@lists.lug.ru>
Subject: Re: [Sarlug] Как помочь открытому проекту - технические детали?
Date: Thu, 25 Sep 2008 11:33:15 +0700
Message-ID: <48DB148B.40002@gmail.com> (raw)
In-Reply-To: <1370.88.147.242.240.1222283190.squirrel@profil.vfose.ru>

Доброго времени суток, Алексей!

Алексей Карпов пишет:
> Я хотел бы оказать посильную помощь нескольким открытым проектам, но не
> знаю как - подскажите, как правильно оформить мои изменения в коде, чтобы
> они были рассмотрены, как правильно их отсылать, подкиньте какие-нибудь
> ссылки на howto на эту тему!

Самый простой вариант:
* скачать исходный код, распаковать
   например, в директорию project-1.2.3
* сделать полную копию директории
   например, cp -r project-1.2.3 project-1.2.3.my
* внести изменения в копию
* diff -pruN project-1.2.3 project-1.2.3.my > my.123.patch
   Это значит: оформлять изменения в формате patch, в unified-виде,
               рекурсивно, включать новые файлы
* отослать патч аттачем в список рассылки, описав в тексте письма,
   что за проблема решается и каким образом

В небольших проектах этого будет достаточно, дальше подскажут.
Дальше можно:
* оформлять код в виде, принятом для данного проекта. Правила могут
   называться по-разному: coding rules, style guide, source code policy
* посылать изменения не относительно последнего релиза, а относительно
   текущей ветки разработки (cvs, svn, bazaar, git и т.д.)
* посылать изменения в баг-трекинг проекта (bugzilla, mantis...)
   вместо списка рассылки


Ссылки:
  http://www.kegel.com/academy/opensource.html
  http://www.wikihow.com/Become-a-Free-Software-Hacker


С уважением,
-- 
Nikita V. Borodikhin, NIKB-RIPN BNV7-RIPE
Registered Linux user #256562 with the Linux Counter


      parent reply	other threads:[~2008-09-25  4:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-24 19:06 Алексей Карпов
2008-09-24 19:43 ` Konstantin Baev
2008-09-25  4:33 ` Nikita V. Borodikhin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48DB148B.40002@gmail.com \
    --to=eliterr@gmail.com \
    --cc=sarlug@lists.lug.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Saratov Linux User Group

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sarlug sarlug/ http://lore.altlinux.org/sarlug \
		sarlug@lists.lug.ru sarlug@lug.ru
	public-inbox-index sarlug

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sarlug


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git