1
0
forked from mirrors/0ad
Files
0ad/.gitea/CODEOWNERS
T
Line: 3: incorrect codeowner user: Stan Line: 3: incorrect codeowner user: Itms Line: 3: no users/groups matched Line: 5: incorrect codeowner user: Dunedan Line: 5: no users/groups matched Line: 6: incorrect codeowner user: Dunedan Line: 6: no users/groups matched Line: 9: incorrect codeowner user: Itms Line: 9: incorrect codeowner user: Stan Line: 9: no users/groups matched Line: 12: incorrect codeowner user: vladislavbelov Line: 12: no users/groups matched Line: 16: incorrect codeowner user: vladislavbelov Line: 16: no users/groups matched Line: 20: incorrect codeowner user: wraitii Line: 20: incorrect codeowner user: Itms Line: 20: no users/groups matched Line: 23: incorrect codeowner user: Dunedan Line: 23: no users/groups matched Line: 25: incorrect codeowner user: vladislavbelov Line: 25: incorrect codeowner user: trompetin17 Line: 25: no users/groups matched Line: 27: incorrect codeowner user: vladislavbelov Line: 27: no users/groups matched Line: 31: incorrect codeowner user: Imarok Line: 31: incorrect codeowner user: s0600204 Line: 31: incorrect codeowner user: wraitii Line: 31: incorrect codeowner user: marder Line: 31: no users/groups matched Line: 33: incorrect codeowner user: Freagarach Line: 33: no users/groups matched Line: 35: incorrect codeowner organization: 0ad/Balancers Line: 35: no users/groups matched Line: 39: incorrect codeowner user: wowgetoffyourcellphone Line: 39: incorrect codeowner user: wackyserious Line: 39: incorrect codeowner user: Stan Line: 39: no users/groups matched Line: 40: incorrect codeowner user: vladislavbelov Line: 40: no users/groups matched Line: 42: incorrect codeowner user: Samulis Line: 42: incorrect codeowner user: Stan Line: 42: no users/groups matched Line: 44: incorrect codeowner user: smiley Line: 44: incorrect codeowner user: marder Line: 44: no users/groups matched Line: 46: incorrect codeowner user: vladislavbelov Line: 46: no users/groups matched
2024-12-12 00:19:04 +01:00

47 lines
1.1 KiB
Plaintext

## == Project configuration
## Gitea configuration
\\.gitea/.* @Stan @Itms
## Linting
\\.pre-commit-config\\.yaml @Dunedan
ruff\\.toml @Dunedan
## == Build & Libraries
(build|libraries)/.* @Itms @Stan
## == Engine
source/(lib|maths|ps)/.* @vladislavbelov
## GUI
#source/gui/
## Rendering
source/(collada|graphics|renderer)/.* @vladislavbelov
## Multiplayer
#source/(lobby|network)/.*
## Simulation
source/simulation2/.* @wraitii @Itms
## == Tools
source/tools/.*\\.py @Dunedan
## Atlas
source/tools/atlas/.* @vladislavbelov @trompetin17
## SPIR-V
source/tools/spirv/.* @vladislavbelov
## == Scripts
## GUI
binaries/data/mods/public/gui/.* @Imarok @s0600204 @wraitii @marder
## AI
binaries/data/mods/public/simulation/ai/.* @Freagarach
## Balancing
binaries/data/mods/public/simulation/(data|templates)/.* @0ad/Balancers
## == Assets
## Art
binaries/data/mods/public/art/.* @wowgetoffyourcellphone @wackyserious @Stan
binaries/data/mods/(mod|public)/art/materials/.* @vladislavbelov
## Sound
binaries/data/mods/public/audio/.* @Samulis @Stan
## Maps
binaries/data/mods/public/maps/.* @smiley @marder
## Shaders
binaries/data/mods/(mod|public)/shaders/.* @vladislavbelov