From: Alexander Smirnov <asmirnov@ilbers.de>
To: isar-users@googlegroups.com
Cc: Alexander Smirnov <asmirnov@ilbers.de>
Subject: [PATCH] doc: Add maintainer process
Date: Mon, 28 Aug 2017 10:02:54 +0300 [thread overview]
Message-ID: <20170828070254.15320-2-asmirnov@ilbers.de> (raw)
In-Reply-To: <20170828070254.15320-1-asmirnov@ilbers.de>
This patch adds basic maintainer process description, that has been
used so far since the project start.
Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
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
next prev parent reply other threads:[~2017-08-28 7:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-28 7:02 [PATCH] Maintainer process Alexander Smirnov
2017-08-28 7:02 ` Alexander Smirnov [this message]
2017-08-29 8:51 ` [PATCH] doc: Add maintainer process Henning Schild
2017-08-29 9:52 ` Jan Kiszka
2017-08-29 15:54 ` Henning Schild
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=20170828070254.15320-2-asmirnov@ilbers.de \
--to=asmirnov@ilbers.de \
--cc=isar-users@googlegroups.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox