diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e75161c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,67 @@ + + +## Description Of Changes + + +## Motivation and Context + + +## Testing + +### Operating Systems Testing + + +## Change Types Made + + +* [ ] Bug fix (non-breaking change). +* [ ] Feature / Enhancement (non-breaking change). +* [ ] Breaking change (fix or feature that could cause existing functionality to change). +* [ ] Documentation changes. +* [ ] PowerShell code changes. + +## Change Checklist + +* [ ] Requires a change to the documentation. +* [ ] Documentation has been updated. +* [ ] Tests to cover my changes, have been added. +* [ ] All new and existing tests passed? +* [ ] PowerShell code changes: PowerShell v2 compatibility checked? + +## Related Issue + + +Fixes # + +