diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..636de7997d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Details +___Do not mention proprietary info or link to internal work items in this PR.___ + +**Work item:** _"Internal", or link to GitHub issue (if applicable)._ + +**What were the changes?** +_One sentence describing the work done._ + +**Why were the changes made?** +_Explain the motivation behind the work. Provide any publicly-available historical context._ + +**How was the outcome achieved?** +_Technical details behind the work. Explain any publicly-available hardware peculiarities._ + +**Additional Documentation:** +_What else should the reviewer know?_ + +## Approval Checklist +___Do not approve until these items are satisfied.___ +- [ ] Verify the CHANGELOG has been updated, if + - there are any NCCL API version changes, + - any changes impact library users, and/or + - any changes impact any other ROCm library.