]> git.proxmox.com Git - ceph.git/blame - ceph/src/isa-l/CONTRIBUTING.md
update sources to v12.1.1
[ceph.git] / ceph / src / isa-l / CONTRIBUTING.md
CommitLineData
224ce89b
WB
1# Contributing to ISA-L
2
3Everyone is welcome to contribute. Patches may be submitted using GitHub pull
4requests (PRs). All commits must be signed off by the developer (--signoff)
5which indicates that you agree to the Developer Certificate of Origin. Patch
6discussion will happen directly on the GitHub PR. Design pre-work and general
7discussion occurs on the [mailing list]. Anyone can provide feedback in either
8location and all discussion is welcome. Decisions on whether to merge patches
9will be handled by the maintainer.
10
11## License
12
13ISA-L is licensed using a BSD 3-clause [license]. All code submitted to
14the project is required to carry that license.
15
16## Certificate of Origin
17
18In order to get a clear contribution chain of trust we use the
19[signed-off-by language] used by the Linux kernel project.
20
21## Mailing List
22
23Contributors and users are welcome to submit new request on our roadmap, submit
24patches, file issues, and ask questions on our [mailing list].
25
26## Coding Style
27
28The coding style for ISA-L C code roughly follows linux kernel guidelines. Use
29the included indent script to format C code.
30
31 ./tools/iindent your_files.c
32
33[mailing list]:https://lists.01.org/mailman/listinfo/isal
34[license]:LICENSE
35[signed-off-by language]:https://01.org/community/signed-process