-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
65 lines (53 loc) · 1.63 KB
/
CODEOWNERS
File metadata and controls
65 lines (53 loc) · 1.63 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
# CODEOWNERS
#
# This file defines individuals or teams that are responsible for code in specific directories or files.
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# for more information.
# Default owners for the entire repository
* @hyperpolymath
# ReScript-specific files and directories
*.res @hyperpolymath
/src/**/*.res @hyperpolymath
/src/**/*.resi @hyperpolymath
# Julia-specific files and directories
*.jl @hyperpolymath
/src/**/*.jl @hyperpolymath
# WebAssembly (WASM) and proxy-related files
/wasm/ @hyperpolymath
/proxy/ @hyperpolymath
# Security and automation tools
/security/ @hyperpolymath
/automation/ @hyperpolymath
Hypatia/ @hyperpolymath
php-aegis/ @hyperpolymath
sactify-php/ @hyperpolymath
proven-library/ @hyperpolymath
robot-repo-automaton/ @hyperpolymath
# Infrastructure and deployment
/infra/ @hyperpolymath
/terraform/ @hyperpolymath
/ansible/ @hyperpolymath
# Documentation
/docs/ @hyperpolymath
README.md @hyperpolymath
CONTRIBUTING.md @hyperpolymath
CODE_OF_CONDUCT.md @hyperpolymath
# GitHub Actions and workflows
.github/workflows/ @hyperpolymath
.github/actions/ @hyperpolymath
# Containerization and OCI standards
Containerfile @hyperpolymath
/k8s/ @hyperpolymath
# Communication and community
/community/ @hyperpolymath
/discourse/ @hyperpolymath
/zulip/ @hyperpolymath
# LochNeSyBRAIn and AffineScript projects
/LochNeSyBRAIn/ @hyperpolymath
/AffineScript/ @hyperpolymath
/QML/ @hyperpolymath
# Julia libraries
/ProvenCrypto.jl/ @hyperpolymath
/Bowtie.jl/ @hyperpolymath
/Exnovation.jl/ @hyperpolymath
/Axiom.jl/ @hyperpolymath