Contributing to Invoker
If you like to propose a change to Invoker, it is quite simple to do.
a. Make necessary changes and open a pull request against master.
b. If your change requires documentation, then make another pull request against gh-pages-pre
. The reason the pull request should be merged against gh-pages-pre
is because - while your change may be in master, but may not be applicable to
already released version of Invoker.
c. If you would like to update documentation of already released version of Invoker
please make your pull request against gh-pages
branch on Github.
If your change is accepted and you like to help maintaining Invoker, you can ask us for commit rights.