08b1ea71e7
Found via `codespell -S static,data -L selct`
7 lines
272 B
Markdown
7 lines
272 B
Markdown
- Fork repository
|
|
- Create a new git branch
|
|
- Make changes
|
|
- Run tests: `make test`
|
|
- Run tests against 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 |