pgweb/CONTRIBUTING.md

7 lines
271 B
Markdown
Raw Normal View History

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