-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCODEOWNERS
More file actions
72 lines (62 loc) · 1.79 KB
/
Copy pathCODEOWNERS
File metadata and controls
72 lines (62 loc) · 1.79 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# =========================
# Core library (high-stakes)
# =========================
/faircode/ @yakew7
# Research artifacts
/paper/ @yakew7
**/audit.yaml @yakew7
# Audit datasets & scripts (fair.py/unfair.py/notebooks/data - everything in
# each audit folder besides audit.yaml, already covered above)
/AI\ Fair\ Recruitment/ @yakew7
/Benefits\ Denial/ @yakew7
/COMPAS/ @yakew7
/German\ Credit\ Lending/ @yakew7
/Healthcare\ Readmission/ @yakew7
/Insurance\ Denial/ @yakew7
/Tenant\ Screening/ @yakew7
# Project policy / frozen files
/CLAUDE.md @yakew7
/CONTRIBUTING.md @yakew7
# CI / automation
/.github/workflows/ @yakew7 @ahmdkaml
/.github/CODEOWNERS @yakew7 @ahmdkaml
# Python packaging
/pyproject.toml @yakew7
/Makefile @yakew7
/requirements-lock.txt @yakew7
# Scripts & tests
/scripts/ @yakew7 @ahmdkaml
/tests/ @yakew7 @ahmdkaml
# =========================
# Website & web profiler
# =========================
/assets/profiler-engine.js @yakew7 @ahmdkaml
/assets/profiler-compare.js @yakew7 @ahmdkaml
/assets/profiler-ui.js @yakew7 @ahmdkaml
/assets/profiler.css @yakew7 @ahmdkaml
/profiler.html @yakew7 @ahmdkaml
/index.html @yakew7
# =========================
# Educational content
# =========================
/explainers/ @yakew7 @Shreyash0712
/assets/explainers-data.json @yakew7
/assets/explainers-data.js @yakew7
/assets/explainers-ui.js @yakew7
/assets/explainers.css @yakew7
# =========================
# Website assets
# =========================
/assets/fonts/ @yakew7
/assets/og/ @yakew7
/assets/og-light/ @yakew7
/robots.txt @yakew7
/sitemap.xml @yakew7
# =========================
# Top-level docs
# =========================
/README.md @yakew7 @Shreyash0712
/CHANGELOG.md @yakew7 @Shreyash0712
/CONTRIBUTORS.md @yakew7 @Shreyash0712
/METRICS.md @yakew7 @Shreyash0712
/ROADMAP.md @yakew7 @Shreyash0712