From 6492a26ad35525b209f0b9c0f16a008c0813e965 Mon Sep 17 00:00:00 2001 From: Yury Hrytsuk <50014626+YuryHrytsuk@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:50:18 +0100 Subject: [PATCH] Introduce PR template (#442) * Return removed staging CA for letsenrypt * Fix missing $ * Remove PAYMENTS_AUTORECHARGE_DEFAULT_MIN_BALANCE * add pr template --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..0ea60e13 --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## What do these changes do? + +## Related issue/s + + + +## Related PR/s + +## Checklist + +- [ ] I tested and it works