-
Notifications
You must be signed in to change notification settings - Fork 881
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (27 loc) · 1.07 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Details: https://help.github.com/en/articles/about-code-owners
# Default code owners
* @tanertopal @danieljanes
# README.md
README.md @jafermarq @tanertopal @danieljanes
# Flower Baselines
/baselines @jafermarq @tanertopal @danieljanes
# Flower Benchmarks
/benchmarks @jafermarq @tanertopal @danieljanes
# Flower Datasets
/datasets @jafermarq @tanertopal @danieljanes
# Flower Examples
/examples @jafermarq @tanertopal @danieljanes
# Flower Templates
/src/py/flwr/cli/new/templates @jafermarq @tanertopal @danieljanes
# Changelog
/doc/source/ref-changelog.md @jafermarq @tanertopal @danieljanes
# Translations
/doc/locales @charlesbvll @tanertopal @danieljanes
# GitHub Actions and Workflows
/.github/workflows @Robert-Steiner @tanertopal @danieljanes
/.github/actions @Robert-Steiner @tanertopal @danieljanes
# Docker-related files
/.devcontainer @Robert-Steiner @Moep90 @tanertopal @danieljanes
**/Dockerfile @Robert-Steiner @Moep90 @tanertopal @danieljanes
**/*.Dockerfile @Robert-Steiner @Moep90 @tanertopal @danieljanes
/src/docker @Robert-Steiner @Moep90 @tanertopal @danieljanes