Contributing

POWA is an open project available under the PostgreSQL License. Any contribution to build a better tool is welcome.

Talk

If you have ideas or feature requests, please post them to our general bug tracker: https://github.com/powa-team/powa/issues

You can also join the #powa IRC channel on the IRC libera server.

Test

If you’ve found a bug, please refer to Support page to see how to report it.

Code

PoWA is composed of multiples tools:

Documentation

To build the documentation in HTML format, run:

(.venv) $ make -C docs html

and open docs/_build/html/index.html to browse the result.

Alternatively, keep the following command running:

(.venv) $ make -C docs serve

to get the documentation rebuilt and along with a live-reloaded Web browser.