diff --git a/projects/rccl-tests/.github/CODEOWNERS b/projects/rccl-tests/.github/CODEOWNERS new file mode 100755 index 0000000000..072f7d1a07 --- /dev/null +++ b/projects/rccl-tests/.github/CODEOWNERS @@ -0,0 +1,6 @@ +* @wenkaidu @gilbertlee-amd @akolliasAMD @edgargabriel @PedramAlizadeh @nusislam @nileshnegi @KawtharShafie @AtlantaPepsi @mberenjk @corey-derochie-amd @mustafabar @thananon @JhaShweta1 @haripriya-amd + +# Documentation files +doc/ @ROCm/rocm-documentation +*.md @ROCm/rocm-documentation +*.rst @ROCm/rocm-documentation diff --git a/projects/rccl-tests/.github/PULL_REQUEST_TEMPLATE.md b/projects/rccl-tests/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..426bf3d7db --- /dev/null +++ b/projects/rccl-tests/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## 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?_