Draft of OWNERS
Goals: - Distribute reviews to people who can do the reviews - Not prevent anything from getting done - Allow giving away more commit access Anti-goals: - Silo people into particular areas - Discourage contributing to any area This was drafted by glancing at git logs. It is not likely to be very accurate; the goal here is that we figure out a way to distribute reviews to the right people. Change-Id: I8be44bf7fdeca23da8099124eec7bc3a30e34627
This commit is contained in:
committed by
Jade Lovelace
parent
b43d7b8136
commit
f4a11d0336
@@ -0,0 +1,25 @@
|
||||
# Docs
|
||||
per-file README.md=*
|
||||
per-file CONTRIBUTING.md=*
|
||||
|
||||
# DevX
|
||||
per-file justfile=*
|
||||
per-file .envrc=*
|
||||
per-file .gitignore=*
|
||||
per-file .github=*
|
||||
per-file .mailmap=*
|
||||
|
||||
# Build
|
||||
per-file meson.build=*
|
||||
per-file meson.options=*
|
||||
per-file flake.nix=*
|
||||
per-file flake.lock=*
|
||||
per-file *.nix=*
|
||||
per-file Cargo.lock=*
|
||||
per-file Cargo.toml=*
|
||||
|
||||
# Code style
|
||||
per-file .clang-tidy=*
|
||||
per-file .clang-format=*
|
||||
per-file .editorconfig=*
|
||||
per-file treefmt.toml=*
|
||||
@@ -0,0 +1 @@
|
||||
*
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
# This reproduces the Lix Approvers plus Lix groups to yield the status quo
|
||||
alois1@gmx-topmail.de
|
||||
jade@lix.systems
|
||||
lunaphied@lunaphied.me
|
||||
maximilian@mbosch.me
|
||||
me@0upti.me
|
||||
pennae@lix.systems
|
||||
qyriad@qyriad.me
|
||||
raito@lix.systems
|
||||
rbt@sent.as
|
||||
@@ -0,0 +1,2 @@
|
||||
# tooling scripts
|
||||
*
|
||||
@@ -0,0 +1 @@
|
||||
*
|
||||
@@ -0,0 +1,5 @@
|
||||
# Subject matter experts on releng
|
||||
jade@lix.systems
|
||||
lunaphied@lunaphied.me
|
||||
raito@lix.systems
|
||||
rbt@sent.as
|
||||
@@ -0,0 +1 @@
|
||||
*
|
||||
@@ -0,0 +1,4 @@
|
||||
# Subject matter experts for lix-clang-tidy
|
||||
jade@lix.systems
|
||||
pennae@lix.systems
|
||||
qyriad@qyriad.me
|
||||
@@ -0,0 +1,5 @@
|
||||
# Subject matter experts for nix-eval-jobs
|
||||
jade@lix.systems
|
||||
pennae@lix.systems
|
||||
raito@lix.systems
|
||||
maximilian@mbosch.me
|
||||
@@ -0,0 +1,5 @@
|
||||
file:///lix/OWNERS
|
||||
|
||||
# Subject matter experts for functional2
|
||||
helle@h3l.li
|
||||
commentator2.0@protonmail.com
|
||||
@@ -0,0 +1 @@
|
||||
git@piegames.de
|
||||
@@ -0,0 +1 @@
|
||||
git@piegames.de
|
||||
Reference in New Issue
Block a user