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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@
2
2
3
3
### License
4
4
5
-
<PROJECTNAME> is licensed under the terms in [LICENSE]<linktolicensefileinrepo>. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.
5
+
x86-simd-sort is licensed under the terms in
6
+
[LICENSE]<https://github.com/intel/x86-simd-sort/blob/main/LICENSE.md>. By
7
+
contributing to the project, you agree to the license and copyright terms
8
+
therein and release your contribution under these terms.
6
9
7
10
### Sign your work
8
11
9
-
Please use the sign-off line at the end of the patch. Your signature certifies that you wrote the patch or otherwise have the right to pass it on as an open-source patch. The rules are pretty simple: if you can certify
10
-
the below (from [developercertificate.org](http://developercertificate.org/)):
12
+
Please use the sign-off line at the end of the patch. Your signature certifies
13
+
that you wrote the patch or otherwise have the right to pass it on as an
14
+
open-source patch. The rules are pretty simple: if you can certify the below
0 commit comments