From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6465300707308208128 X-Received: by 10.46.33.202 with SMTP id h71mr1773100lji.3.1505378726987; Thu, 14 Sep 2017 01:45:26 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.54.163 with SMTP id y35ls1336827wmh.23.gmail; Thu, 14 Sep 2017 01:45:26 -0700 (PDT) X-Google-Smtp-Source: AOwi7QAtW22N8XbYcoXsPkgyYB4VsI8XHHD3IE0iOwuy582u65Rg/3RJsdsy2VxxFy9Jp/H/rNwr X-Received: by 10.28.68.135 with SMTP id r129mr133956wma.19.1505378726617; Thu, 14 Sep 2017 01:45:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505378726; cv=none; d=google.com; s=arc-20160816; b=byPhLIpRD/l4wGws8Zqd31Xx9uASdrv4dpMUN7LhD3obpncbZJUEfauVCP8hNqHmgs EUGtFoQJC/0adxwareCILj8QcqXvImjloi9AQYBr1avXoxXHuM2seYN6h7f8ESfbJxy+ +kGR/DsdJBXi59yjox1Yt3+cqg5LoDxsvlidTwNVlkNG4zQjP3SiB/oqehGHgur8xoTn PAdzs9KN418x0Wruuf9FJNX+DOC0Lz/KXLwLw+cla2MECq4NXIuzdSInkN3IG+pRHnAe +AqA7kdcDLnKQj2aT8PQ5UU4NY2C3P34Xzq3MilfDYriGi1i5neNpEWws7IdcTnxoIJt XjIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=P/g+c2p3ciFU6+VCIO6H3hGE3Wg15ogTO3ej79NJUkY=; b=L0muay2BvxiOx9NOM3HKo9KTypj0Ql4cbC66GgDkaPGqaAwJXw20fFS41JilZDHzAi 1OQ2BJirTtbz8c69cPeRF2i40CSdbAjhhaFb+EvGY+BmS6xZJkbOwROEzYRwMblQ7kKt H6LW/qpt5mDZBtsSUKR0802ofaOGM5Unh+yaIOkRVVdHTE6rCbPl2OO6RNivcSf92Jpu sB4idHn3C19l/tw1fBib9pPSphfkepI+vaZi9PILzPXEFy6Z/FLo+E6Ivq6gHQJbX752 QbhetuU6Pe11YmZko23zv7xL3dLaRmdZlenHhp/zLrZm2Lzi6rvN0OLCxpIrrs4my+Ml RBeg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id p70si67479wma.1.2017.09.14.01.45.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Sep 2017 01:45:26 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id v8E8jP8K011713 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 14 Sep 2017 10:45:25 +0200 Received: from md1em3qc ([139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id v8E8jPM0019611; Thu, 14 Sep 2017 10:45:25 +0200 Date: Thu, 14 Sep 2017 10:45:38 +0200 From: Henning Schild To: Alexander Smirnov Cc: Subject: Re: [PATCH v2] doc: Add maintainer process Message-ID: <20170914104538.63d932c4@md1em3qc> In-Reply-To: <20170913162819.10439-1-asmirnov@ilbers.de> References: <20170913162819.10439-1-asmirnov@ilbers.de> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: DnOouhzO0thW Am Wed, 13 Sep 2017 19:28:19 +0300 schrieb Alexander Smirnov : > This patch adds basic maintainer process description, that has been > used so far since the project start. > > Signed-off-by: Alexander Smirnov > --- > doc/maintainer.md | 52 > ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, > 52 insertions(+) create mode 100644 doc/maintainer.md > > diff --git a/doc/maintainer.md b/doc/maintainer.md > new file mode 100644 > index 0000000..2b9a8c7 > --- /dev/null > +++ b/doc/maintainer.md > @@ -0,0 +1,52 @@ > +# Introduction > + > +Isar maintainer is the person who keeps the project development in > +compliance with the contributing process definition. The purpose of > +this document is to describe the maintainer process in the Isar > +project. > + > +# Responsibilities > + > +## Feedback on Contributions > + > +The Isar maintainer should review each contribution that has been > sent +to the mailing list and provide feedback. The feedback could be > on of +the following categories: The feedback could be on the following categories The rest looks good, Henning > + > + - Contribution accepted: If no quality and design issues were found > + by the maintainer and the other mailing list members. > + > + - Change request: If some small quality or design issues were found, > + the maintainer or the other mailing list memeber requests a new > + version with resolved issues. > + > + - Contribution rejected: If there are major design issues or general > + benefit from the contribution is ambiguous. > + > +During the review, the maintainer may ask additional questions to > +clarify the details. Any other mailing list member could assist the > +maintainer in the review process. > + > +## Repository Branches > + > +There are two official branches in Isar, intended to increase project > +quality: > + > + - next: The accepted contributions from the mailing list are merged > + to this branch. Basic CI checks should be run after each merge. > + This branch could be forced. > + > + - master: Is the official stable branch. The only way patches go in > + here is coming from 'next', where they have passed all required > + tests and undergone the review process. On this branch > force-pushing > + will never be used. > + > +The next branch is intended to be merged into master monthly. The > +maintainer could perform a merge to master before the ordinary window > +if the next branch contains urgent patch series (bug fixes or > critical +features). > + > +## Issues at GitHub > + > +For each issue that has been found in master and next branches the > +maintainer should create a GitHub issue.