2015-05-20 21:50:22 -05:00
|
|
|
- Fork repository
|
|
|
|
- Create a new git branch
|
|
|
|
- Make changes
|
|
|
|
- Run tests: `make test`
|
2017-06-05 21:30:53 -05:00
|
|
|
- Run tests agains 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
|