Skip to content

Commit

Permalink
contributing: add a link to RFC branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrainiuk authored Aug 12, 2024
1 parent 3ba276b commit 8813ac9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For how to enable a new third-party library, see the [guidelines](docs/create_ne

Before sending your pull requests, ensure that you follow this checklist:

* If you are contributing a new interface, refer to the [library functionality guidelines](CONTRIBUTING.md#library-functionality-guidelines). It is strongly advised that you first open an [RFC issue](CONTRIBUTING.md#RFC-issue) with a detailed explanation of the expected use cases.
* If you are contributing a new interface, refer to the [library functionality guidelines](CONTRIBUTING.md#library-functionality-guidelines). It is strongly advised that you first open an [RFC PR](CONTRIBUTING.md#RFC-process) with a detailed explanation of the expected use cases.

* Ensure that your code includes proper documentation.

Expand All @@ -32,9 +32,12 @@ oneMKL focuses on the following criteria:
For the new API to become a part of the open source project, it should be accepted as part of [oneMKL spec](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/index.html).


### RFC Issue
### RFC Process

Open a Request For Comment (RFC) issue when contributing new interfaces. In the RFC, please provide the following details:
For changes impacting the public API or any significant changes in the library, such as adding new backend or changes to the architecture,
please follow the [RFC process](https://github.com/oneapi-src/oneMKL/tree/rfcs).

Please also provide the following details as part of the RFC:

* Description of how the new interface meets [library functionality guidelines](CONTRIBUTING.md#library-functionality-guidelines).

Expand Down

0 comments on commit 8813ac9

Please sign in to comment.