From 448c4c7269375f41514525bf65c3a77f65dbc476 Mon Sep 17 00:00:00 2001 From: Nilesh M Negi Date: Thu, 16 Jan 2025 18:05:48 -0600 Subject: [PATCH] [GIT] Add CODEOWNERS and PR Template (#102) Signed-off-by: nileshnegi --- .github/CODEOWNERS | 6 ++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100755 .github/CODEOWNERS create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100755 index 0000000000..072f7d1a07 --- /dev/null +++ b/.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/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..426bf3d7db --- /dev/null +++ b/.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?_