From 725da17bb7b1115048728a332f950f82cae439cc Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Tue, 14 Feb 2017 14:27:10 +0100 Subject: [PATCH] Implement C4 As discussed on ... I am implementing the C4 standard by linking to the document in our main README.md. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b202aafb1..b2a042bc1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,23 @@ By participating in this project you agree to abide by its terms. Please direct your inquiries to the taiga or open an issue in GitHub. +## Development Process + +The LibreTime follows the standardized [Collective Code Construction +Contract (C4)](https://rfc.zeromq.org/spec:42/C4/). Its abstract is +provided here. + +> C4 provides a standard process for contributing, evaluating and +> discussing improvements on software projects. It defines specific +> technical requirements for projects like a style guide, unit tests, +> git and similar platforms. It also establishes different personas +> for projects, with clear and distinct duties. C4 specifies a process +> for documenting and discussing issues including seeking consensus +> and clear descriptions, use of "pull requests" and systematic reviews. + +The full text of the contract is licensed under the GPL and available at +the above link courtesy of the [ZeroMQ community](http://zeromq.org/). + ## Releasing The LibreTime maintainers release new versions of LibreTime at regular