From a3b7e4fbd9597f37e86c694dbed42d2d6b73d8b2 Mon Sep 17 00:00:00 2001 From: Jason Bonnell <166553723+jbonnell-amd@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:24:59 -0400 Subject: [PATCH] add pull_request_template.md (#729) * add pull_request_template.md * add bug fix or feature checkboxes * Address feedback and align more with sdk implementation * Add other category under PR type if needed [ROCm/rocprofiler-compute commit: 8acfe40113d9049c6181c60cd627d16b01efda56] --- .../pull_request_template.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 projects/rocprofiler-compute/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/projects/rocprofiler-compute/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/projects/rocprofiler-compute/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000000..137b3d927e --- /dev/null +++ b/projects/rocprofiler-compute/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,27 @@ +# rocprofiler-compute Pull Request + +## Related Issue + +- [ ] Closes # + +## What type of PR is this? (check all that apply) +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update +- [ ] Continuous Integration +- [ ] 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)? + +- [ ] Yes +- [ ] No - does not apply to this PR +