From 503e2a806142e1ec4a013fc382c98e08937197b4 Mon Sep 17 00:00:00 2001 From: Jason Bonnell <166553723+jbonnell-amd@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:37:56 -0400 Subject: [PATCH] Move pr template file (#746) * updated documentation wording, added cherry pick option for PR type * moved pull_request_template to base .github directory [ROCm/rocprofiler-compute commit: da6bf4b5c936483e20e5617539f93f6ea0d88de9] --- .../pull_request_template.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) rename projects/rocprofiler-compute/.github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (82%) diff --git a/projects/rocprofiler-compute/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/projects/rocprofiler-compute/.github/pull_request_template.md similarity index 82% rename from projects/rocprofiler-compute/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to projects/rocprofiler-compute/.github/pull_request_template.md index 137b3d927e..0ab3dfc10b 100644 --- a/projects/rocprofiler-compute/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/projects/rocprofiler-compute/.github/pull_request_template.md @@ -5,23 +5,30 @@ - [ ] Closes # ## What type of PR is this? (check all that apply) -- [ ] Refactor -- [ ] Feature + - [ ] Bug Fix -- [ ] Optimization -- [ ] Documentation Update +- [ ] Cherry Pick - [ ] Continuous Integration +- [ ] Documentation Update +- [ ] Feature +- [ ] Optimization +- [ ] Refactor - [ ] Other (please specify) ## Technical Details ## Have you added or updated tests to validate functionality? + - [ ] Yes - [ ] No - does not apply to this PR -## Have you added or updated documentation (CHANGELOG.md)? +## Added / Updated documentation? + +- [ ] Yes +- [ ] No - does not apply to this PR + +## Have you updated CHANGELOG? - [ ] Yes - [ ] No - does not apply to this PR -