From 5cde6b4815a9ada9023b83b68dbd8ed36c946fba Mon Sep 17 00:00:00 2001 From: Simon Larsen <104437376+simlarsen@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:06:45 +0000 Subject: [PATCH] Create MAINTAINERS --- MAINTAINERS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000000..4c5f10fcdd --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,33 @@ +# Project maintainers file +# +# This file describes who runs the oneuptime/oneuptime project and how. +# This is a living document - if you see something out of date or missing, speak up! +# +# It is structured to be consumable by both humans and programs. +# To extract its contents programmatically, use any TOML-compliant parser. +# +# This file is compiled into the MAINTAINERS file in docker/opensource. +# +[Org] + [Org."Core maintainers"] + people = [ + "nawazdhandala", + "simlarsen" + ] + +[people] + +# A reference list of all people associated with the project. +# All other sections should refer to people by their canonical key +# in the people section. + + # ADD YOURSELF HERE IN ALPHABETICAL ORDER + [People.nawazdhandala] + Name = "Nawaz Dhandala" + Email = "hello@nawazdhandala.com" + GitHub = "nawazdhandala" + + [People.simlarsen] + Name = "Simon Larsen" + Email = "hej@simlarsen.com" + GitHub = "simonlarsen"