From 2e7897bd857af1e984fd6da8ff0bb38dc6e79096 Mon Sep 17 00:00:00 2001 From: brandoconnor Date: Thu, 7 Jun 2018 03:09:11 -0700 Subject: [PATCH] PR template now referencing this module --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 30dbfd8ef9..427fd7d2b5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,8 +6,8 @@ Please explain the changes you made here and link to any relevant issues. ### Checklist -* [ ] `terraform fmt` and `terraform validate` both work from the root and `examples/alb_test_fixture` directories (look in CI for an example) -* [ ] Tests for the changes have been added and passing (for bug fixes/features) -* [ ] Test results are pasted in this PR (in lieu of CI) -* [ ] Docs have been added/updated (for bug fixes/features) -* [ ] Any breaking changes are noted in the description above +- [ ] `terraform fmt` and `terraform validate` both work from the root and `examples/eks_test_fixture` directories (look in CI for an example) +- [ ] Tests for the changes have been added and passing (for bug fixes/features) +- [ ] Test results are pasted in this PR (in lieu of CI) +- [ ] Docs have been added/updated (for bug fixes/features) +- [ ] Any breaking changes are noted in the description above