Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

21 lines (20 loc) · 1.22 KB

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

  1. File a bug at https://github.com/google/traceur-compiler/issues (if there isn’t one already). If your patch is going to be large it might be a good idea to get the discussion started early. You can always email [email protected] to discuss future work.
  2. Make sure that the bug references a strawman, an approved proposal or in the latest ES6 spec draft at http://wiki.ecmascript.org/. We will not accept language feature patches that are not on the track for future versions of JavaScript.
  3. Due to legal reasons, all contributors must sign a contributor license agreement, either for an [http://code.google.com/legal/individual-cla-v1.0.html individual] or [http://code.google.com/legal/corporate-cla-v1.0.html corporation], before a patch can be accepted.
  4. Add an entry to the AUTHORS file with your name and email.
  5. Multiple commits are fine in the pull request but once you get an LGTM from an owner, the commits should be smashed together.