forked from google/traceur-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributions
arv edited this page Mar 27, 2013
·
3 revisions
Information on how to contribute
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:
- File a bug at http://code.google.com/p/traceur-compiler/issues/list (if there isn’t one already).
- 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.
- Please email [email protected] informing people what feature you want to implement and how you plan to implement this.
- Due to legal reasons, all contributors must sign a contributor license agreement, either for an individual or corporation, before a patch can be accepted.
- Add an entry to the
AUTHORS
file with your name and email. - We also use http://codereview.appspot.com/ for code reviews.