pgweb/CONTRIBUTING.md
Kian-Meng Ang 08b1ea71e7
Fix typos (#764)
Found via `codespell -S static,data -L selct`
2024-11-17 22:08:29 -08:00

272 B

  • 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