mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-13 23:44:40 +03:00
271 B
271 B
- Fork repository
- Create a new git branch
- Make changes
- Run tests:
make test
- Run tests agains all supported PostreSQL versions:
make test-all
(optional) - If you change frontend code (js/css) make sure to rebuild assets:
make assets
- Open a new pull request