Skip to content

Commit 6c2dc7f

Browse files
committed
Apply review comments
1 parent 9e5eaff commit 6c2dc7f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +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 of E2E tests
65+
- For product changes which require modification in tests outside current repo
6666
(see [Test DPC++ toolchain](sycl/doc/GetStartedGuide.md#test-dpc-toolchain))
6767
the commit message should contain link to corresponding test PR, e.g.: E2E
68-
test changes are availbale under intel/llvm-test-suite#88.
69-
See [Autolinked references and URLs](https://docs.github.com/en/free-pro-team/github/writing-on-github/autolinked-references-and-urls)
70-
for more details.
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 PR description.
7173

7274
### Review and acceptance testing
7375

0 commit comments

Comments
 (0)