powerline/docs/source/license-credits.rst

46 lines
1.3 KiB
ReStructuredText
Raw Normal View History

*******************
License and credits
*******************
2012-12-17 15:24:42 +01:00
License
=======
Powerline is licensed under the `MIT license
<https://raw.github.com/Lokaltog/powerline/develop/LICENSE>`_.
2012-12-17 15:24:42 +01:00
Credits
=======
2013-03-03 22:11:39 +01:00
:Authors:
* `Kim Silkebækken <https://github.com/Lokaltog>`_
2012-12-17 15:24:42 +01:00
* `ZyX-I <https://github.com/ZyX-I>`_
2013-03-03 22:11:39 +01:00
:Main contributors:
* `Liam Curry <https://github.com/liamcurry>`_
2012-12-17 15:24:42 +01:00
2012-12-18 15:22:31 +01:00
The glyphs in the font patcher are created by Fabrizio Schiavi, creator of
the excellent coding font `Pragmata Pro`_.
.. _`Pragmata Pro`: http://www.fsd.it/fonts/pragmatapro.htm
2012-12-17 15:24:42 +01:00
Contributing
============
If you experience any bugs or have any feature requests, please `open an
issue on GitHub <https://github.com/Lokaltog/powerline/issues>`_.
Pull request guidelines
2013-03-03 22:11:39 +01:00
=======================
2012-12-17 15:24:42 +01:00
This project uses `Git Flow`_ for maintaining a clean history and
a consistent way of branching and merging new features. All commit messages
must follow the guidelines described in `Tim Pope's blog post about git
commit messages`_.
All code must use tabs for indentation and spaces for alignment.
2013-03-03 22:11:39 +01:00
Python code should pass flake8 tests with ``flake8
--ignore=W191,E501,E121,E122,E123,E128``.
2012-12-17 15:24:42 +01:00
.. _`Git Flow`: http://nvie.com/posts/a-successful-git-branching-model/
.. _`Tim Pope's blog post about git commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html