Skip to content

Commit da0df38

Browse files
authored
Adding contribution guidelines (#3)
Signed-off-by: Ruyman Reyes <ruyman@codeplay.com>
1 parent 01db29a commit da0df38

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Contributing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Contributing
2+
-------------
3+
4+
New examples or improvements to the existing ones are welcomed.
5+
Please, follow
6+
[LLVM coding standards](https://llvm.org/docs/CodingStandards.html) when
7+
contributing code, since sometimes they will be contributed as tests to the
8+
[DPCPP project](https://github.com/intel/llvm) project.
9+
10+
When writing your commit message, please make sure to follow
11+
[LLVM developer policies](https://llvm.org/docs/DeveloperPolicy.html#commit-messages)
12+
on the subject.

0 commit comments

Comments
 (0)