From 5bbb72f51684a98a3b9e3030a2b976a909c233cb Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Tue, 2 Dec 2025 10:14:27 -0500 Subject: [PATCH] Add JIRA ID to pull request template (#2099) --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..bac3cd2fad --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +## Motivation + + + +## Technical Details + + + +## JIRA ID + + + + +## Test Plan + + + +## Test Result + + + +## Submission Checklist + +- [ ] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.