Added PR template doc

Change-type: patch
Signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com>
This commit is contained in:
20k-ultra 2022-03-14 23:07:02 +00:00
parent 260737a570
commit edcbb622d8

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.