diff --git a/.github/.github.env b/.github/.github.env new file mode 100644 index 00000000..e69de29b diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..90dc7582 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Context + + + +## Changes proposed in this pull request + + + +## Guidance to review + + + +## Link to JIRA ticket + + + +## Things to check + +- [ ] I have added any new ENV vars in all deployed environments and updated the `.env.example` and `.env.test` files in the repo diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml new file mode 100644 index 00000000..e69de29b