@@ -8,8 +8,8 @@ pyexcel-pygal - Let you focus on presentation with pygal
88.. image :: https://api.travis-ci.org/pyexcel/pyexcel-pygal.svg?branch=master
99 :target: http://travis-ci.org/pyexcel/pyexcel-pygal
1010
11- .. image :: https://codecov.io/github /pyexcel/pyexcel-pygal/coverage.png
12- :target: https://codecov.io/github /pyexcel/pyexcel-pygal
11+ .. image :: https://codecov.io/gh /pyexcel/pyexcel-pygal/branch/master/graph/badge.svg
12+ :target: https://codecov.io/gh /pyexcel/pyexcel-pygal
1313
1414.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
1515 :target: https://gitter.im/pyexcel/Lobby
@@ -85,9 +85,9 @@ and update CHANGELOG.rst.
8585.. note ::
8686
8787 As to rnd_requirements.txt, usually, it is created when a dependent
88- library is not released. Once the dependecy is installed
89- (will be released), the future
90- version of the dependency in the requirements.txt will be valid.
88+ library is not released. Once the dependecy is installed
89+ (will be released), the future
90+ version of the dependency in the requirements.txt will be valid.
9191
9292
9393How to test your contribution
@@ -109,6 +109,7 @@ How to update test environment and update documentation
109109Additional steps are required:
110110
111111#. pip install moban
112+ #. git clone https://github.com/moremoban/setupmobans.git # generic setup
112113#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
113114#. make your changes in `.moban.d ` directory, then issue command `moban `
114115
@@ -129,11 +130,12 @@ Acceptance criteria
129130#. Has all code lines tested
130131#. Passes all Travis CI builds
131132#. Has fair amount of documentation if your change is complex
133+ #. Please update CHANGELOG.rst
134+ #. Please add yourself to CONTRIBUTORS.rst
132135#. Agree on NEW BSD License for your contribution
133136
134137
135138
136-
137139License
138140================================================================================
139141
0 commit comments