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