diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..4d1b7b433 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +### Summary of Changes + +TODO: Include a high-level description of the changes in this pull request. + + +### Justification + +TODO: Justify why this contribution should be part of the project. Link to an AZDO work item with `AB#${AZDO ID}`. + + +### Testing + +TODO: Detail what testing has been done to ensure this submission meets requirements. + +* [ ] I have built the core package feed with this PR in place. (`bitbake packagefeed-ni-core`) + + +### Procedure + +* [ ] I certify that the contents of this pull request complies with the [Developer Certificate of Origin](https://github.com/ni/nilrt/blob/HEAD/docs/CONTRIBUTING.md#developer-certificate-of-origin-dco).