From d717712657f44761567c6cb6dd6eeef7cad0d639 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Wed, 30 Aug 2023 17:46:56 +0200 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f550bfb3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + + +--- +**Checklist** + + +I applicable, I acknowledge that I have: +- [ ] Read the [contributing guide](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CONTRIBUTING.md) +- [ ] Ran `terraform fmt` on all modified files +- [ ] Regenerated the relevant README.md files using [`tools/tfdoc.py`](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CONTRIBUTING.md#fabric-tools) +- [ ] Made sure all relevant tests pass