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
..
ISSUE_TEMPLATE Switched our old style bug report template to a form 2021-11-12 10:30:08 +00:00
hooks Fixed preventing git submodules from being committed 2023-03-28 12:16:46 +02:00
workflows Added `pre-push` hook to run unit tests on changed packages 2023-03-23 11:27:43 +01:00
AUTO_ASSIGN Removed Members packages from auto-assign rules 2022-07-22 12:40:29 +02:00
CONTRIBUTING.md Improved commit message docs in contributing guide 2022-10-13 09:56:14 +07:00
FUNDING.yml Update FUNDING.yml 2020-07-28 13:19:20 +07:00
PULL_REQUEST_TEMPLATE.md Updated hiring links 2022-09-30 19:56:26 +01:00
SUPPORT.md Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
dev.js Migrated from `nodemon` to native Node `--watch` 2023-03-21 15:57:41 +01:00