Skip to content
arv edited this page Mar 27, 2013 · 3 revisions

Information on how to contribute

Contributions

Traceur Compiler is an open source project. It is licensed using the Apache Software License 2.0. We do accept patches but before you send a patch please ensure that you do all the following things:

  1. File a bug at http://code.google.com/p/traceur-compiler/issues/list (if there isn’t one already).
  2. Make sure that the bug references a strawman or an approved proposal at http://wiki.ecmascript.org/. We will not accept any patches that are not on the track for future versions of JavaScript.
  3. Please email [email protected] informing people what feature you want to implement and how you plan to implement this.
  4. Due to legal reasons, all contributors must sign a contributor license agreement, either for an individual or corporation, before a patch can be accepted.
  5. Add an entry to the AUTHORS file with your name and email.
  6. We also use http://codereview.appspot.com/ for code reviews.
Clone this wiki locally