Files
archtika/.github/PULL_REQUEST_TEMPLATE.md

580 B

Change description

Checklist

Web application changes:

  • Run npm run lint to check code style
  • Run npm run format to format code
  • Run npm run test to verify end-to-end tests pass

Database changes:

  • Run npm run gents if database structure was modified
  • Run formatsql command to format SQL migrations (requires nix develop .#api)

Nix changes:

  • Run nix fmt if files in nix directory were modified