File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,14 @@ see [ABI Policy Guide](sycl/doc/ABIPolicyGuide.md) for more information.
62
62
- For any DPC++-related commit, the ` [SYCL]` tag should be present in the
63
63
commit message title. To a reasonable extent, additional tags can be used
64
64
to signify the component changed, e.g.: ` [PI]` , ` [CUDA]` , ` [Doc]` .
65
+ - For product changes which require modification in tests outside of the current repository
66
+ (see [Test DPC++ toolchain](sycl/doc/GetStartedGuide.md#test-dpc-toolchain)),
67
+ the commit message should contain the link to corresponding test PR, e.g.: E2E
68
+ test changes are available under intel/llvm-test-suite#88 or SYCL
69
+ conformance test changes are available under KhronosGroup/SYCL-CTS#65 (see
70
+ [Autolinked references and URLs](https://docs.github.com/en/free-pro-team/github/writing-on-github/autolinked-references-and-urls)
71
+ for more details). The same message should be present both in commit
72
+ message and in PR description.
65
73
66
74
# ## Review and acceptance testing
67
75
You can’t perform that action at this time.
0 commit comments