From 08310d966ca327f46f11dbe191e81ee682a1f6e5 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 19 Oct 2023 13:51:37 +0100 Subject: [PATCH] Update contribution guide to link to dependent PRs Since merging into the adapters branch imposes an ordering on changes which should be merged into intel/llvm, expand step 7 of the *Adapter Change Process* to include linking to dependent intel/llvm PR's to communicate this ordering to the maintainers. --- scripts/core/CONTRIB.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/core/CONTRIB.rst b/scripts/core/CONTRIB.rst index 6b4a907e71..b9d4130d5a 100644 --- a/scripts/core/CONTRIB.rst +++ b/scripts/core/CONTRIB.rst @@ -85,6 +85,10 @@ Adapter Change Process * Update the `UNIFIED_RUNTIME_TAG`_ to point at the *oneapi-src/unified-runtime* commit/tag containing the merged adapter changes. + * Update the pull request description, linking to any other *intel/llvm* + pull requests who's changes have been merged into + *oneapi-src/unified-runtime* but have not yet been merge into + *intel/llvm*. * Mark the *intel/llvm* pull request as ready for review and follow their review process.