Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 1.05 KB

The VL.StandardLibs contributing guide

Before getting to work

  • Make sure you understand that code in this repository is under the LGPLv3 and the implications this has
  • Check if anyone else is already working on a similar issue
  • If not, join the VL.StandardLibs chat or start an issue, to lay out your plans and discuss them with others in order to make sure your idea is properly architected and would fit well with the project

Working on an issue

Consider creating a pull-request early but marking it as DRAFT while you're still working on it. This allows for better collaboration and allows you to indicate when you're finished.

For recommended workflows, see Contributing to an existing library.