Create MAINTAINERS

This commit is contained in:
Simon Larsen 2023-11-26 16:06:45 +00:00 committed by GitHub
parent db2ff63951
commit 5cde6b4815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
MAINTAINERS Normal file
View File

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