From e907f41dc2b20d414c98aee4f6d3cf1de7e3d337 Mon Sep 17 00:00:00 2001 From: "Gupta, Maneesh" Date: Thu, 22 May 2025 15:08:58 +0530 Subject: [PATCH] Create pull_request_template.md (#197) Initial draft of PR template [ROCm/hip-tests commit: 91de6c98c34e6e98bfb6cdee0f35aadef1e2e9b3] --- .../.github/pull_request_template.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 projects/hip-tests/.github/pull_request_template.md diff --git a/projects/hip-tests/.github/pull_request_template.md b/projects/hip-tests/.github/pull_request_template.md new file mode 100644 index 0000000000..3585d2a02f --- /dev/null +++ b/projects/hip-tests/.github/pull_request_template.md @@ -0,0 +1,36 @@ +## Associated JIRA ticket number/Github issue number + + +## What type of PR is this? (check all applicable) + +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update +- [ ] Continuous Integration + +## What were the changes? + + + +## Why are these changes needed? + + + +## Updated CHANGELOG? + + + +- [ ] Yes +- [ ] No, Does not apply to this PR. + +## Added/Updated documentation? + +- [ ] Yes +- [ ] No, Does not apply to this PR. + +## Additional Checks + +- [ ] I have added tests relevant to the introduced functionality, and the unit tests are passing locally. +- [ ] Any dependent changes have been merged.