pgweb/CONTRIBUTING.md
2017-06-05 21:30:53 -05:00

7 lines
271 B
Markdown

- 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