Skip to content
Snippets Groups Projects
Commit 257bcc5d authored by pokergaming's avatar pokergaming
Browse files

reformatting

parent e3d9e46b
No related branches found
No related tags found
No related merge requests found
## Pure Data L2ork Contributor's Guide ## Pure Data L2ork
maintainer: Ivica Bukvic <ico@vt.edu> maintainer: Ivica Bukvic <ico@vt.edu>
...@@ -43,13 +43,13 @@ methods, as well as for realizing complex systems for large-scale projects. ...@@ -43,13 +43,13 @@ methods, as well as for realizing complex systems for large-scale projects.
### Pd-l2ork Goals ### Pd-l2ork Goals
Pd-l2ork has the following goals: Pd-l2ork has the following goals:
0. Documentation. We like documentation. It's like code, except friendly. 1. Documentation. We like documentation. It's like code, except friendly.
1. Be reliable. Binary releases must be usable for performances and 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 installations. The git repo must always be in a workable state that can be
compiled. Regressions must be fixed quickly. 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. 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 documentation. We like documentation, so it follows that we like consistent
interviews. interviews.
...@@ -81,9 +81,9 @@ Contributing is easy: ...@@ -81,9 +81,9 @@ Contributing is easy:
Here are some pressing tasks: Here are some pressing tasks:
* porting Pd-l2ork's graphical user interface from Tcl/Tk to Qt. * porting Pd-l2ork's graphical user interface from Tcl/Tk to Qt.
skill requirements: knowledge about Qt5/QML, threading, and Pd's core design * skill requirements: knowledge about Qt5/QML, threading, and Pd's core design
and deterministic message-dispatching and scheduling and deterministic message-dispatching and scheduling
status: under active development * status: under active development
* designing/implementing regression test template * designing/implementing regression test template
skill requirements: knowledge about... regression tests. :) But also some skill requirements: knowledge about... regression tests. :) But also some
expertise in using Pd so that the tests themselves can expertise in using Pd so that the tests themselves can
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment