X-Original-To: alpine-aports@lists.alpinelinux.org Received: from sender153-mail.zoho.com (sender153-mail.zoho.com [74.201.84.153]) by lists.alpinelinux.org (Postfix) with ESMTP id E2DE85C419C for ; Wed, 18 Jan 2017 22:29:29 +0000 (GMT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:cc:subject:date:message-id; b=uAsDDWA5Xy4UUdHjRpifX1bRBXKyk9aGFDPP7R6xApRnMFEbtWa7SE8uF4PwRVOp1Msqdz/oS0kB PnbF8JmTGfgPdI1jiJEMPuP2CxxHaeP1zKmnsE9tcX+pKHj87nKY Received: from localhost (89-79-179-17.dynamic.chello.pl [89.79.179.17]) by mx.zohomail.com with SMTPS id 1484778555553383.8934985838682; Wed, 18 Jan 2017 14:29:15 -0800 (PST) From: Przemyslaw Pawelczyk To: alpine-aports@lists.alpinelinux.org Cc: clandmeter@gmail.com, jakub@jirutka.cz Subject: [alpine-aports] [PATCH] .github/CONTRIBUTING.md: Add 'Before you start making changes' section. Date: Wed, 18 Jan 2017 23:29:06 +0100 Message-Id: <20170118222906.32443-1-przemoc@zoho.com> X-Mailer: git-send-email 2.8.3 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: It's important to educate contributors to have a habit of being up-to-date w/ aports repository and checking all places when people submit patches, i.e. Patchwork and pull requests on GitHub. It should greatly lessen the possibility of doing already done work. --- .github/CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index adcb0d23ec2c..85fbaa41b4d5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,6 +15,18 @@ This means you care about the quality of your contributions. 2. Have access to an Alpine Linux [development envirorment](https://wiki.alpinelinux.org/wiki/Developer_Documentation#Development). 3. Please __do not__ submit PR's via Github's web interface. You should have a working [development envirorment](https://wiki.alpinelinux.org/wiki/Developer_Documentation#Development) available and submit your commits from your git client. +### Before you start making changes + +1. Check whether the change you want to introduce is not already present in the aports repository. + Main aports repository can be cloned from: git://git.alpinelinux.org/aports + There is also web frontend available at: http://git.alpinelinux.org/cgit/aports + GitHub mirror of aports repository: https://github.com/alpinelinux/aports +2. Check whether the change you want to introduce has not been already submitted by someone else. + - https://patchwork.alpinelinux.org/project/aports/list/ + - https://github.com/alpinelinux/aports/pulls +3. If you've found that someone already did what you wanted to do, then be patient. The change should be applied soon in the main repository, unless maintainers are busy or the patch needs to be improved. + If it seems that your change won't be duplicating already done work, then please continue. + ### Creating a Pull Request (PR) 1. [Fork](https://help.github.com/articles/fork-a-repo/) our Alpine Linux aports repository. -- 2.8.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---