From 257bcc5d5b53ea9e2c45d6aa30eeef0a5e5b346b Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jancsika@yahoo.com> Date: Fri, 24 Oct 2014 16:00:23 -0400 Subject: [PATCH] reformatting --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 14837f1a9..2564fedb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Pure Data L2ork Contributor's Guide +## Pure Data L2ork maintainer: Ivica Bukvic <ico@vt.edu> @@ -43,13 +43,13 @@ methods, as well as for realizing complex systems for large-scale projects. ### Pd-l2ork Goals Pd-l2ork has the following goals: -0. Documentation. We like documentation. It's like code, except friendly. -1. Be reliable. Binary releases must be usable for performances and +1. Documentation. We like documentation. It's like code, except friendly. +2. Be reliable. Binary releases must be usable for performances and installations. The git repo must always be in a workable state that can be compiled. Regressions must be fixed quickly. -2. Be discoverable. Undocumented features are buggy. Missing help files are +3. Be discoverable. Undocumented features are buggy. Missing help files are bugs. Patches for new functionality that lack documentation are spam. -3. Be consistent. Consistent interfaces are themselves a kind of +4. Be consistent. Consistent interfaces are themselves a kind of documentation. We like documentation, so it follows that we like consistent interviews. @@ -81,9 +81,9 @@ Contributing is easy: Here are some pressing tasks: * porting Pd-l2ork's graphical user interface from Tcl/Tk to Qt. - skill requirements: knowledge about Qt5/QML, threading, and Pd's core design - and deterministic message-dispatching and scheduling - status: under active development + * skill requirements: knowledge about Qt5/QML, threading, and Pd's core design + and deterministic message-dispatching and scheduling + * status: under active development * designing/implementing regression test template skill requirements: knowledge about... regression tests. :) But also some expertise in using Pd so that the tests themselves can -- GitLab