You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[KhronosGroup/SYCL-CTS](https://github.com/KhronosGroup/SYCL-CTS) with required
130
-
patch.
131
-
132
-
### Commit message
133
-
134
-
- When writing your commit message, please make sure to follow
55
+
- When creating your commit messages, please make sure to follow
135
56
[LLVM developer policies](
136
57
https://llvm.org/docs/DeveloperPolicy.html#commit-messages) on the subject.
137
-
- For any DPC++-related commit, the `[SYCL]` tag should be present in the
138
-
commit message title. To a reasonable extent, additional tags can be used
139
-
to signify the component changed, e.g.: `[PI]`, `[CUDA]`, `[Doc]`.
140
-
- For product changes which require modification in tests outside of the current repository
141
-
(see [Test DPC++ toolchain](sycl/doc/GetStartedGuide.md#test-dpc-toolchain)),
142
-
the commit message should contain the link to corresponding test PR, e.g.: E2E
143
-
test changes are available under intel/llvm-test-suite#88 or SYCL
144
-
conformance test changes are available under KhronosGroup/SYCL-CTS#65 (see
145
-
[Autolinked references and URLs](https://docs.github.com/en/free-pro-team/github/writing-on-github/autolinked-references-and-urls)
58
+
- [The seven rules of a great Git commit message](https://cbea.ms/git-commit)
59
+
are recommended read and follow.
60
+
- To a reasonable extent, title tags can be used to signify the component
61
+
changed, e.g.: `[PI]`, `[CUDA]`, `[Doc]`.
62
+
- Create a pull request (PR) for your changes following
63
+
[Creating a pull request instructions](https://help.github.com/articles/creating-a-pull-request/).
64
+
- Make sure PR has a good description explaining all of the changes made,
65
+
represented by commits in the PR.
66
+
- When PR is merged all commits are squashed and PR description is used as
67
+
the merged commit message.
68
+
- Consider splitting the large set of changes on small independent PRs that
69
+
can be reviewed, tested and merged independently.
70
+
- For changes which require modification in tests outside of the current repository
71
+
the commit message should contain the link to corresponding test PR.
72
+
For example: intel/llvm-test-suite#88 or KhronosGroup/SYCL-CTS#65. (see
73
+
[Autolinked references and URLs](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls)
146
74
formore details). The same message should be present bothin commit
147
75
message and in PR description.
148
76
149
77
### Review and acceptance testing
150
78
151
-
- Create a pull request for your changes following [Creating a pull request
0 commit comments