galaxy.js-mobile-gamepad/CONTRIBUTING.md

10 строки
650 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2014-09-10 04:27:34 +04:00
Before contributing code, please note:
2014-09-12 02:39:40 +04:00
* You agree to license your contributions under the [license](https://github.com/mozilla/galaxy.js-mobile-gamepad/blob/master/LICENCE).
2014-09-10 04:27:34 +04:00
* Follow [jshint](http://www.jshint.com/) and our other [style-guide conventions](http://mozweb.readthedocs.org/en/latest/index.html).
2014-09-12 02:39:40 +04:00
* Please write tests and [update the docs](https://github.com/mozilla/galaxy.js-mobile-gamepad/tree/master/docs).
* Please don't change version numbers or create new builds as part of your changes.
* Please don't change the built versions of the library; limit changes to code in the `src` directory.
2014-09-10 04:27:34 +04:00
And thank you for contributing code.