From da326048b999254e708e5021dfc68d7ca3b65b13 Mon Sep 17 00:00:00 2001 From: Jason Bonnell <166553723+jbonnell-amd@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:13:48 -0400 Subject: [PATCH] add pull_request_template.md (#237) * add pull_request_template.md * Update .github/PULL_REQUEST_TEMPLATE/pull_request_template.md Co-authored-by: David Galiffi * fix markdown linting errors * Update .github/PULL_REQUEST_TEMPLATE/pull_request_template.md Co-authored-by: David Galiffi * moved pull_request_template.md to base /.github/ directory --------- Co-authored-by: David Galiffi --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..f88a19d3da --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +# rocprofiler-systems Pull Request + +## Related Issue + +- [ ] Closes # + +## What type of PR is this? (check all that apply) + +- [ ] Bug Fix +- [ ] 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 + +## Added / Updated documentation? + +- [ ] Yes +- [ ] No - does not apply to this PR + +## Have you updated CHANGELOG? + +- [ ] Yes +- [ ] No - does not apply to this PR