From 720069448a3f897b9c3c25a7dad645243862aaf6 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 9 Jun 2023 15:21:34 +0100 Subject: [PATCH] [ur] Document adding the experimental label For pull requests which introduce experimental features, document that the *experimental* label should be used. --- scripts/core/CONTRIB.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/core/CONTRIB.rst b/scripts/core/CONTRIB.rst index 2ae8266094..e51947b62e 100644 --- a/scripts/core/CONTRIB.rst +++ b/scripts/core/CONTRIB.rst @@ -95,7 +95,8 @@ To submit a pull request to Unified Runtime, you must first create your own personal fork of the project and submit your changes to a branch. By convention we name our branches ``/``, where the description indicates the intent of your change. You can then raise a pull request -targeting ``oneapi-src/unified-runtime:main``. +targeting ``oneapi-src/unified-runtime:main``. Please add the *experimental* +label to you pull request. When making changes to the specification you *must* commit all changes to files in the repository as a result of `Generating Source`_.