From 59b90e9e94b95de5da3ac04e4ece70d166b3f7ac Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 22 Feb 2026 13:05:46 +0100 Subject: [PATCH 1/2] Prototype maintainers file --- MAINTAINERS | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000000..bbffb89446 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,112 @@ +List of maintainers +=================== + +Keavon: +Discord: @Keavon +Github: @Keavon +email: keavon@keavon.com + +TrueDoctor: +Discord: @TrueDoctor +Github: @TrueDoctor +email: dennis@kobert.dev + +Timon: +Discord: @TrueDoctor +Github: @TrueDoctor +email: dennis@kobert.dev + + + + +Folders +======= + +Example Structure: + +System Name - folder-path/* +--------------------------- +General Maintainers + +Subsystem Name - folder-path/subsystem: +Subsystem Maintainer + + +Frontend Code - frontend/* +------------------------- +Keavon + +Frontend Wasm - frontend/wasm: +Timon +TrueDoctor + + +Graphite Website - website/*: +----------------------------- +Keavon + +Tooling - tools/*: +Crate hierarchy Visualization - tools/crate-hierarchy-viz: +TrueDoctor + +Node Documentation Generation - tools/node-docs: +Keavon + +Libraries - libraries/* +----------------------- + +- Path Bool - libraries/path-bool: +TrueDoctor + +- Dyn Any - libraries/dyn-any: + TrueDoctor + + +Editor - editor/* +----------------- +Keavon + +Node graph executor - editor/src/node_graph_executor*: +TrueDoctor + + +Desktop App - desktop/* +----------------------- +Timon +TrueDoctor + +Plattform specific Code: desktop/platform/*: +Timon + + +Node Graph - node-graph/* +------------------------- +TrueDoctor + +Preprocessor - node-graph/preprocessor: +TrueDoctor + +Node Macro - node-graph/node-macro: +TrueDoctor + +Graphene Compiler - node-graph/graph-craft: +TrueDoctor + +Interpreted Runtime - node-graph/interpreted-executor: +TrueDoctor + +Graphene Cli - node-graph/graphene-cli: +TrueDoctor + +Node support Libraries - node-graph/libraries: +---------------------------------------------- + +Application io - node-graph/libraries/application-io: +TrueDoctor + +Core types - node-graph/libraries/core-types: +TrueDoctor + +Wgpu executor - node-graph/libraries/wgpu-executor: +TrueDoctor + From 62ff942dd4c0dd648ea1666efb25e8d4628f361f Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 22 Feb 2026 13:08:39 +0100 Subject: [PATCH 2/2] Fix contact information --- MAINTAINERS | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index bbffb89446..20d92bf898 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12,9 +12,9 @@ Github: @TrueDoctor email: dennis@kobert.dev Timon: -Discord: @TrueDoctor -Github: @TrueDoctor -email: dennis@kobert.dev +Discord: @timokrates +Github: @timon-schelling +email: me@timon.zip @@ -33,7 +33,7 @@ Subsystem Maintainer Frontend Code - frontend/* -------------------------- +-------------------------- Keavon Frontend Wasm - frontend/wasm: @@ -41,25 +41,28 @@ Timon TrueDoctor -Graphite Website - website/*: +Graphite Website - website/* ----------------------------- Keavon -Tooling - tools/*: + +Tooling - tools/* +----------------- Crate hierarchy Visualization - tools/crate-hierarchy-viz: TrueDoctor Node Documentation Generation - tools/node-docs: Keavon + Libraries - libraries/* ----------------------- -- Path Bool - libraries/path-bool: +Path Bool - libraries/path-bool: TrueDoctor -- Dyn Any - libraries/dyn-any: - TrueDoctor +Dyn Any - libraries/dyn-any: +TrueDoctor Editor - editor/* @@ -75,7 +78,7 @@ Desktop App - desktop/* Timon TrueDoctor -Plattform specific Code: desktop/platform/*: +Platform specific Code: desktop/platform/*: Timon