Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.74 KB

CONTRIBUTING.md

File metadata and controls

55 lines (40 loc) · 2.74 KB

How to Contribute

We welcome community contributions to Intel(R) oneAPI Data Analytics Library. If you have an idea how to improve the product, you can:

Pull Requests

To contribute your changes directly to the repository, do the following:

  • Make sure you can build the product and run all the examples with your patch.
  • Make sure your code is in line with our coding style as clang-format is one of the checks in our public CI.
  • For a larger feature, provide a relevant example.
  • Submit a pull request into the master branch.

Public and private CIs are enabled for the repository. Your PR should pass all of our checks. We will review your contribution and, if any additional fixes or modifications are necessary, we may give some feedback to guide you. When accepted, your pull request will be merged into our GitHub* repository.

Code Style

ClangFormat

Prerequisites: ClangFormat 9.0.0 or later

Our repository contains clang-format configurations that you should use on your code. To do this, run:

clang-format style=file <your file>

Refer to ClangFormat documentation for more information.

Coding Guidelines

For your convenience we also added coding guidelines with examples and detailed descriptions of the coding style oneDAL follows. We encourage you to consult them when writing your code.


Note: oneDAL is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.