audiojs / contributing

Discussion and guidelines for contributing
2 stars 0 forks source link

gitter

Thank you for taking the time to contribute! Here are a few things to help you:

Naming Convention

Package names tend to fall under the following convention:

Workflow

How to Contribute

  1. Fork or branch from the master.
  2. Create commits following the commit style
  3. Start a pull request to the master branch
  4. Wait for a @audiojs/core member to review

Commit Style

(From electron's commit style)

Also See