From ec20fe2825fbd24839a953ce68e817d727083b75 Mon Sep 17 00:00:00 2001 From: Nina Menezes Date: Wed, 28 Feb 2024 11:55:17 +0000 Subject: [PATCH] Add workflows folder --- .github/.github.env | 0 .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ .github/workflows/checks.yaml | 0 3 files changed, 19 insertions(+) create mode 100644 .github/.github.env create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/workflows/checks.yaml 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