-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
56 lines (41 loc) · 1.81 KB
/
CODEOWNERS
File metadata and controls
56 lines (41 loc) · 1.81 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# 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 @chongshenng @jafermarq @tanertopal @danieljanes
# Flower Benchmarks
/benchmarks @jafermarq @tanertopal @danieljanes
# Flower Datasets
/datasets @jafermarq @tanertopal @danieljanes
# Flower Examples
/examples @panh99 @chongshenng @jafermarq @tanertopal @danieljanes
# Flower Intelligence
/intelligence/dev @charlesbvll @tanertopal @danieljanes
/intelligence/docs @charlesbvll @tanertopal @danieljanes
/intelligence/ts @charlesbvll @tanertopal @danieljanes
# Flower Framework Docs
/framework/docs @panh99 @tanertopal @danieljanes
# Flower Templates
/framework/py/flwr/cli/new/templates @jafermarq @tanertopal @danieljanes
# Changelog
/framework/docs/source/ref-changelog.md @jafermarq @tanertopal @danieljanes
# Translations
/framework/docs/locales @charlesbvll @tanertopal @danieljanes
# GitHub Actions and Workflows
/.github/actions @Robert-Steiner @tanertopal @danieljanes
/.github/workflows @Robert-Steiner @tanertopal @danieljanes
# Docker-related files
**/*.Dockerfile @Robert-Steiner @Moep90 @tanertopal @danieljanes
**/Dockerfile @Robert-Steiner @Moep90 @tanertopal @danieljanes
/.devcontainer @Robert-Steiner @Moep90 @tanertopal @danieljanes
/framework/docker @Robert-Steiner @Moep90 @tanertopal @danieljanes
# Flower Framework Infrastructure
/framework/py/flwr/supercore/ @panh99 @tanertopal @danieljanes
/framework/py/flwr/superlink/ @panh99 @tanertopal @danieljanes
/framework/py/flwr/supernode/ @panh99 @tanertopal @danieljanes
# Override for CLI
/framework/py/flwr/supercore/cli/ @tanertopal @danieljanes
/framework/py/flwr/superlink/cli/ @tanertopal @danieljanes
/framework/py/flwr/supernode/cli/ @tanertopal @danieljanes