From fa5d8d7a6bc3307ea725c7c7b690e8b23ef342a6 Mon Sep 17 00:00:00 2001 From: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:34:42 -0600 Subject: [PATCH] Created PR template for the rccl repo (#1118) [ROCm/rccl commit: 8f471ba537ddae598ff6cabab0512c1476fa1fd3] --- .../rccl/.github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 projects/rccl/.github/PULL_REQUEST_TEMPLATE.md diff --git a/projects/rccl/.github/PULL_REQUEST_TEMPLATE.md b/projects/rccl/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..636de7997d --- /dev/null +++ b/projects/rccl/.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.