Ghost/.github
Daniel Lockyer ec9181921b
Fixed preventing git submodules from being committed
- because we now ignore git submodule changes, they didn't show up in
  `git diff --cached...`, so it was possible to get submodules to be
  committed
- you can re-enable submodules to be shown with `--ignore-submodules=none`
- this implements that
- we never want to allow submodules to be committed, so I've removed the
  prompt for faster feedback
2023-03-28 12:16:46 +02:00
..
hooks Fixed preventing git submodules from being committed 2023-03-28 12:16:46 +02:00
ISSUE_TEMPLATE
workflows Added pre-push hook to run unit tests on changed packages 2023-03-23 11:27:43 +01:00
AUTO_ASSIGN
CONTRIBUTING.md Improved commit message docs in contributing guide 2022-10-13 09:56:14 +07:00
dev.js Migrated from nodemon to native Node --watch 2023-03-21 15:57:41 +01:00
FUNDING.yml
PULL_REQUEST_TEMPLATE.md Updated hiring links 2022-09-30 19:56:26 +01:00
SUPPORT.md