pulumi/.github/PULL_REQUEST_TEMPLATE.md

26 lines
1.2 KiB
Markdown

<!---
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->
# Description
<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->
Fixes # (issue)
## Checklist
<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works
<!---
Please label your PR with the change type. Relevant labels are:
- [kind/bug] if this is a bug fix (non-breaking change which fixes an issue)
- [kind/enhancement] if this is a new feature (non-breaking change which adds functionality)
- [impact/breaking] if this is a breaking change (fix or feature that would cause existing functionality to not work as expected)
-->
- [ ] I have labelled my PR with the relevant change type
<!---
User-facing changes require a CHANGELOG entry. Please add the [impact/no-changelog-required] label if the checkbox below is to be left unchecked.
-->
- [ ] I have updated the [CHANGELOG-PENDING](https://github.com/pulumi/pulumi/blob/master/CHANGELOG_PENDING.md) file with my change