addons-server/CONTRIBUTING.rst

32 строки
1.6 KiB
ReStructuredText
Исходник Обычный вид История

.. _contributing:
============
Contributing
============
2016-03-10 19:23:11 +03:00
If you're not sure this is the correct place to file an issue
then please file an issue on the `mozilla/addons`_ project instead.
2015-11-21 01:09:17 +03:00
Before contributing code, please note:
2016-03-10 19:23:11 +03:00
- You agree to license your contributions under the `license`_.
- Please ask on the `dev-addons mailing list`_ before submitting
pull-requests for new features or large changes that are not related to
existing issues.
- Follow `PEP8`_, `jshint`_ and our other `style guide conventions`_.
- Please write tests and read the docs on `addons-server`_.
Ready to get started? Follow `these steps <https://wiki.mozilla.org/Add-ons/Contribute/Code>`_.
**Note to staff:** If you come across a potential "good first bug" for contributors, please tag it with "**maybe good first bug**". The community team `triages <https://wiki.mozilla.org/Add-ons/Contribute/Goodfirstbugs_triage>`_ these every other week to ensure they have mentors assigned, onboarding information, and basic steps to get started. This gives new contributors a better experience when they pick a "good first bug" to work on.
2016-03-10 19:23:11 +03:00
Thank you for contributing!
2016-03-10 19:23:11 +03:00
.. _license: https://github.com/mozilla/addons-server/blob/master/LICENSE
.. _dev-addons mailing list: https://mail.mozilla.org/listinfo/dev-addons
.. _PEP8: https://www.python.org/dev/peps/pep-0008/
.. _jshint: http://www.jshint.com/
2016-04-28 12:47:07 +03:00
.. _style guide conventions: https://mozweb.readthedocs.io/en/latest/
.. _addons-server: https://addons-server.readthedocs.io/en/latest/
2016-03-10 19:23:11 +03:00
.. _mozilla/addons: https://github.com/mozilla/addons/issues/new