Update credits and PR guidelines

This commit is contained in:
Kim Silkebækken 2013-03-03 22:11:39 +01:00
parent f6d23bdf7e
commit cb87cfbe0f
1 changed files with 6 additions and 6 deletions

View File

@ -16,9 +16,10 @@ Unported License`_.
Credits
=======
:Author: `Kim Silkebækken <https://github.com/Lokaltog>`_
:Main contributors:
:Authors:
* `Kim Silkebækken <https://github.com/Lokaltog>`_
* `ZyX-I <https://github.com/ZyX-I>`_
:Main contributors:
* `Liam Curry <https://github.com/liamcurry>`_
The glyphs in the font patcher are created by Fabrizio Schiavi, creator of
@ -33,7 +34,7 @@ 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
-----------------------
=======================
This project uses `Git Flow`_ for maintaining a clean history and
a consistent way of branching and merging new features. All commit messages
@ -42,9 +43,8 @@ commit messages`_.
All code must use tabs for indentation and spaces for alignment.
Python code must pass flake8 tests with ``flake8 --ignore=W191,E501`` (ignore
tab warnings and line length errors).
Python code should pass flake8 tests with ``flake8
--ignore=W191,E501,E121,E122,E123,E128``.
.. _`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