Skip to content
Ron B. Yeh edited this page Oct 20, 2021 · 54 revisions

Learn

VexFlow Developer Instructions

Contribute

  • Join the VexFlow Google Group at: https://groups.google.com/g/vexflow
  • See the coding style guide guide for general rules and conventions.
  • Send in your changes via a GitHub pull request.
  • Take a look at the Development Gotchas if some aspects of VexFlow's internals seem confusing.
  • Test Your Code. Please include tests. Changes that don't have accompanying tests will not be merged.
  • Don't forget to run the Visual Regression Tests -- it is simpler, faster, and more likely to catch issues than eyeballing the output of the QUnit tests.
  • If you add a new feature, update this Wiki with some documentation and examples.