Prototype maintainers file

This commit is contained in:
Dennis Kobert
2026-02-22 13:05:46 +01:00
parent 5aca75dcbd
commit 59b90e9e94

112
MAINTAINERS Normal file
View File

@@ -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