Create pull_request_template.md
This commit is contained in:
15
.github/pull_request_template.md
vendored
Normal file
15
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- Put a description of what this PR is for here -->
|
||||
|
||||
---
|
||||
**Checklist**
|
||||
<!--
|
||||
Replace each [ ] with [X] to check it. Switch to the preview view to make it easier to click on links.
|
||||
These steps will speed up the review process, and we appreciate you spending time on them before sending
|
||||
your code to be reviewed.
|
||||
-->
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user