pgweb/CONTRIBUTING.md

7 lines
272 B
Markdown
Raw Permalink Normal View History

2015-05-20 21:50:22 -05:00
- Fork repository
- Create a new git branch
- Make changes
- Run tests: `make test`
- Run tests against all supported PostreSQL versions: `make test-all` (optional)
2015-05-20 21:50:22 -05:00
- If you change frontend code (js/css) make sure to rebuild assets: `make assets`
2017-06-05 21:30:53 -05:00
- Open a new pull request