Skip to content

Commit 965b63c

Browse files
authored
[SYCL][Doc] Added requirement on reference to test PR in commit message (#3010)
1 parent 0f2cf4d commit 965b63c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ see [ABI Policy Guide](sycl/doc/ABIPolicyGuide.md) for more information.
6262
- For any DPC++-related commit, the `[SYCL]` tag should be present in the
6363
commit message title. To a reasonable extent, additional tags can be used
6464
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.
6573

6674
### Review and acceptance testing
6775

0 commit comments

Comments
 (0)