Skip to content

Commit 0752b19

Browse files
Minimal contribution guideline
1 parent c1d1e65 commit 0752b19

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CONTRIBUTING.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Contributing to xsimd
2+
3+
First, thanks for being there! Welcome on board, We'll try to make your
4+
contributing journey as good an experience as it can be.
5+
6+
# Submitting patches
7+
8+
Patches should be submitted through Github PR. We put some effort to setup a
9+
decent Contibuous Integration coverage, please try to make it green ;-)
10+
11+
We're using [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to keep
12+
the coding style consistent, a ``.clang-format`` file is shipped within the
13+
source, please use it!
14+
15+
# Extending the API
16+
17+
We're open to extending the API, as long as it has been discussed either in an
18+
Issue or a PR. The only constraint is to add testing for new functions, and make
19+
sure they work on all supported architectures, not only your favorite one!
20+
21+
# Licensing
22+
23+
We use a shared copyright model that enables all contributors to maintain the
24+
copyright on their contributions. Stated otherwise, there's no copyright
25+
assignment.

0 commit comments

Comments
 (0)