-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] keep only one full table of maintainers in CONTRIBUTING.md
- Loading branch information
Showing
3 changed files
with
25 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,7 @@ Before sending your pull requests, ensure that you follow this checklist: | |
|
||
* Ensure that [unit tests](CONTRIBUTING.md#unit-tests) pass. Include logs from tests as attachments to the pull request. | ||
|
||
* Ensure that corresponding maintainer GitHub team is assigned to the PR review. | ||
|
||
| GitHub team name | Description | | ||
:-----------|:------------| | ||
| @oneapi-src/onemkl-maintain | All oneMKL maintainers | | ||
| @oneapi-src/onemkl-arch-write | oneMKL Architecture maintainers | | ||
| @oneapi-src/onemkl-blas-write | oneMKL BLAS maintainers | | ||
| @oneapi-src/onemkl-dft-write | oneMKL DFT maintainers | | ||
| @oneapi-src/onemkl-lapack-write | oneMKL LAPACK maintainers | | ||
| @oneapi-src/onemkl-rng-write | oneMKL RNG maintainers | | ||
| @oneapi-src/onemkl-sparse-write | oneMKL Sparse Algebra maintainers | | ||
| @oneapi-src/onemkl-vm-write | oneMKL Vector Math maintainers | | ||
* Ensure that corresponding [maintainer GitHub team](#onemkl-interfaces-maintainers) is assigned to the PR review. | ||
|
||
## Library Functionality Guidelines | ||
|
||
|
@@ -58,6 +47,7 @@ Please also provide the following details as part of the RFC: | |
|
||
* What existing libraries have implementations of this function and can be used under the oneMKL interface. | ||
|
||
* Ensure that corresponding [maintainer GitHub team](#onemkl-interfaces-maintainers) is assigned to the RFC review. | ||
|
||
## Bug Reporting | ||
|
||
|
@@ -68,6 +58,22 @@ If you find a bug or problem, please open a request under [Issues](https://githu | |
|
||
Report security issues to [email protected]. | ||
|
||
## oneMKL Interfaces Maintainers | ||
|
||
For GitHub questions, issues, RFCs, or PRs you can contact maintainers via one of the following GitHub teams based on the topic: | ||
|
||
| GitHub team name | Description | | ||
:-----------|:------------| | ||
| @oneapi-src/onemkl-maintain | All oneMKL Interfaces maintainers | | ||
| @oneapi-src/onemkl-arch-write | oneMKL Interfaces Architecture maintainers | | ||
| @oneapi-src/onemkl-blas-write | oneMKL Interfaces BLAS maintainers | | ||
| @oneapi-src/onemkl-dft-write | oneMKL Interfaces DFT maintainers | | ||
| @oneapi-src/onemkl-lapack-write | oneMKL Interfaces LAPACK maintainers | | ||
| @oneapi-src/onemkl-rng-write | oneMKL Interfaces RNG maintainers | | ||
| @oneapi-src/onemkl-sparse-write | oneMKL Interfaces Sparse Algebra maintainers | | ||
| @oneapi-src/onemkl-vm-write | oneMKL Interfaces Vector Math maintainers | | ||
|
||
Please read [MAINTAINERS page](MAINTAINERS.md) for more information about maintainer roles, responsibilities, and how to become one of them. | ||
|
||
## Coding Style | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters