Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.24 KB

CONTRIBUTING.md

File metadata and controls

29 lines (26 loc) · 2.24 KB

VCV Rack is open-source but not open-contribution. VCV is unable to accept free code contributions to Rack for the following reasons.

  • Quality. Most contributions to open-source projects typically only contain code, but writing code is just a small percentage of the effort required to maintain a large software project. Additional tasks for fully supporting a feature include
    • debating the best design before any code is written
    • considering all use cases and corner cases of the implementation
    • generalizability to allow other features to be built on top if needed
    • backward compatibility with Rack's plugin API/ABI and user patches.
    • testing across all supported operating systems and hardware
    • dedication to support the feature for >4 years
  • Time. In the past, free code contributions have cost far more time to review, iterate, fix, and test than writing the implementation from scratch. There have been exceptions to this, but they are rare.
  • Legal. A proprietary fork of VCV Rack is planned (see Rack for DAWs), so VCV must own all GPL-licensed code that is included in Rack. To accept a contribution, all authors of the contribution need to either
    • declare the patch under the CC0 license.
    • complete a copyright reassignment form.
    • perform the work under a paid agreement.

Except in exceptional circumstances, contributions are only accepted as paid work under detailed guidelines.

However there are several areas you may volunteer to benefit the Rack project.