Information on updates that require admin permissions
The .github folder contains the following:
- The test run "counter" scripts .github/counter
- Script needed for the deployment process .github/scripts
- The GitHub action workflow scripts .github/workflows
- The GitHub PR templates .github/pull_request_template.md
- The backup json for the settings/rules .github/rules
The local pipeline is managed via husky
- The pre-commit requirements are:
- linting on the staged files passes
- .husky/pre-commit
- The pre-push requirements are:
- All tests pass
- Test coverage is met
- .husky/pre-push
if the shared template changes in .github/templates/commit-template.txt, pull the latest changes from main and you’ll get the updated version automatically. your local git config will still point to the same file.