Skip to content

Commit aa1d91a

Browse files
committedNov 4, 2021
Minimal contribution guideline
1 parent de9e4f9 commit aa1d91a

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 will 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 di put some effort to setup a
9+
decent Continuous Integration coverage, please try to make it green ;-)
10+
11+
We use [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, feel free to use it!
14+
15+
# Extending the API
16+
17+
We are 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)
Please sign in to comment.