From: Alexander Smirnov <asmirnov@ilbers.de>
To: isar-users@googlegroups.com
Cc: Alexander Smirnov <asmirnov@ilbers.de>
Subject: [PATCH v2] doc: Add maintainer process
Date: Wed, 13 Sep 2017 19:28:19 +0300 [thread overview]
Message-ID: <20170913162819.10439-1-asmirnov@ilbers.de> (raw)
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 | 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:
+
+ - 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.
--
2.1.4
next reply other threads:[~2017-09-13 16:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-13 16:28 Alexander Smirnov [this message]
2017-09-14 8:11 ` Jan Kiszka
2017-09-14 8:45 ` 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=20170913162819.10439-1-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