Merge pull request #1899 from balena-os/add-pr-template

Added PR template doc
This commit is contained in:
bulldozer-balena[bot] 2022-03-16 21:09:36 +00:00 committed by GitHub
commit 6ee6b25ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,15 @@
*If this is a regression, consider adding it to #1898!*
# Description
Please include a summary of the change and which issue was fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
# Type of change
Include at least one commit in your PR that marks the change-type. This can be either specified through a Change-type footer, or by adding the change-type as a prefix to the commit, i.e. minor: Add some new feature. This is so the PR can be automatically versioned and a changelog generated for it by using versionist. Check out [semver](https://semver.org/) for a detailed explanation of the different possible change-type values.
# How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.