From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6459217651976634368 X-Received: by 10.46.22.16 with SMTP id w16mr331680ljd.21.1503903803956; Mon, 28 Aug 2017 00:03:23 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.87.148 with SMTP id l142ls1089777wmb.14.canary-gmail; Mon, 28 Aug 2017 00:03:23 -0700 (PDT) X-Received: by 10.28.87.198 with SMTP id l189mr372083wmb.8.1503903803697; Mon, 28 Aug 2017 00:03:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1503903803; cv=none; d=google.com; s=arc-20160816; b=sAfey/+z3mQGzbZUmjscPFL/eWxT8Pw5zVEL27aAOtANwo9gdj8uMVF9iI3taI8WfQ jaHgXDDkhgT/IrrBGYZRdJ1mxIhVYWnJlYJEH3V4egtZkxH55+z5u5OFT+RLOaPNu+8I /OWGb04szyAvMHPe8f+g3vuP1dJxvlRjDZX3ZCVBZM8qfZofXIw4YcPZrOpstIMLJKDe NBP9kTxFjrTwOczTxJrtqJuoHL3unZDjiWFZafsFC83klXBM29lzXuQzmIOcleVEc2HX a4UupOdP6FQKsSIJw228BdZq6xi+yx22IZ83NrFpkAaJBCoLaqvIqukQD2mfqIfjPF4o OvDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=oEP6lSCmjgg+UQsGbT45l6lw4K5ycqHC0wFIPr/yZQQ=; b=CrBZOFoTYJI8Bf043dYRN7QqxUu1zYN3m9GdzaIzjX5e6xBXtscoXyyDnNM49xnW2Z aMV5rEsWsELFA312YgluG+9XfrBQKJWpI3wc1JUkIoUdovw3X2q02Va1dq14k7FTDkJx OjlcrEJZpyEkxxv3bAj8YIq0hQhPS+tosNCg25Nz+6Va+FrgF1hlH9PnXETSYtNFvqyg BtXWk912wYSEvdWy7VZKqqZYgyPTP40fgCw4xRIlbq2kbTBarygAXRPV33c+yqsto1JJ UoePnWI6wbF0TXsiY+9MRCVO2YE1EmrJ/ch9rG88xsq705ZXmnOrfdWt0v3iTsY6gY6S stFw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id i137si461665wmd.9.2017.08.28.00.03.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Aug 2017 00:03:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v7S732nL009521 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 28 Aug 2017 09:03:16 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH] doc: Add maintainer process Date: Mon, 28 Aug 2017 10:02:54 +0300 Message-Id: <20170828070254.15320-2-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170828070254.15320-1-asmirnov@ilbers.de> References: <20170828070254.15320-1-asmirnov@ilbers.de> X-TUID: uyEFxuiHFd6K 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 | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 doc/maintainer.md diff --git a/doc/maintainer.md b/doc/maintainer.md new file mode 100644 index 0000000..ddaf39b --- /dev/null +++ b/doc/maintainer.md @@ -0,0 +1,47 @@ +# Introduction + +Isar maintainer is the person who keeps project development in compliance +with contributing process definition. The purpose of this document is to +describe the maintainer process in Isar project. + +# Responsibilities + +## Feedback on Contributions + +Isar maintainer should review each contribution that has been sent to +mailing list and provide the feedback. Feedback could be on of the +following categories: + + - Contribution accepted: If no quality and design issues were found. + + - Change request: If some small quality or design issues were found, the + maintainer requests next 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. + +## Repository Branches + +There are two official branches in Isar, intended to increase project +quality: + + - next: The accepted contributions from mailing list are merged to this + branch. Basic CI checks should be run after each merge. This branch + could be forced. + + - master: After passing full-cycle testing of next branch, it should be + merged to master. Master branch should contain stable releases only, so + all the features officially supported by current Isar version (including + features from previous releases) should be tested. + +The next branch is intended to be merged into master monthly. Maintainer +could perform a merge to master before the ordinary window if next branch +contains urgent patch series (bug fixes or critical features). + +## Issues at GitHub + +For each issue has been found in master and next branches the maintainer +should create GitHub issue. -- 2.9.4