-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
22 lines (16 loc) · 1.03 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file provides an overview of responsibilities in this repository.
# Please note that this file does not represent all contributions to the code. What persons and organizations
# actually contributed to each file can be seen on GitHub and is documented in the license headers.
# Linked persons with write permissions are automatically added as reviewers when a pull request is opened.
# Each line is a file pattern followed by one or more contact persons. The last matching pattern has the most precedence.
# For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
CONTRIBUTING.md @jimmarino @wolf4ood @paullatzelsperger
LICENSE @jimmarino @wolf4ood @paullatzelsperger
NOTICE.md @jimmarino @wolf4ood @paullatzelsperger
.github/actions/ @paullatzelsperger
.github/ISSUE_TEMPLATE @paullatzelsperger
.github/workflows/ @paullatzelsperger
/core/ @jimmarino @paullatzelsperger @wolf4ood
/gradle/ @wolf4ood @paullatzelsperger
/dsp/ @jimmarino
/runtimes/ @jimmarino @wolf4ood @paullatzelsperger