]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
MAINTAINERS: Add MAINTAINERS file
authorDaniel Kiper <daniel.kiper@oracle.com>
Wed, 12 May 2021 14:36:57 +0000 (16:36 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 8 Jun 2021 12:15:13 +0000 (14:15 +0200)
The MAINTAINERS file provides basic information about the GRUB project
and its maintainers.

Signed-off-by: Alex Burmashev <alexander.burmashev@oracle.com>
Signed-off-by: Vladimir Serbinenko <phcoder@google.com>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
MAINTAINERS [new file with mode: 0644]
README

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644 (file)
index 0000000..9eff2b8
--- /dev/null
@@ -0,0 +1,31 @@
+List of current GRUB maintainers and some basic information about the project
+=============================================================================
+
+Here is the list of current GRUB maintainers:
+  - Daniel Kiper <daniel.kiper@oracle.com> and <dkiper@net-space.pl>,
+  - Alex Burmashev <alexander.burmashev@oracle.com>,
+  - Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
+
+The maintainers drive and overlook the GRUB development.
+
+The GRUB development happens on the grub-devel mailing list [1]. The latest
+GRUB source code is available at Savannah git repository [2].
+
+Users can ask for help on the help-grub mailing list [3].
+
+
+List of past GRUB maintainers and people who strongly contributed to the project
+================================================================================
+
+Here is the list, sorted alphabetically, of past GRUB maintainers and people who
+strongly contributed to the project:
+  - Andrei Borzenkov,
+  - Bryan Ford,
+  - Erich Stefan Boleyn,
+  - Gordon Matzigkeit,
+  - Yoshinori K. Okuji.
+
+
+[1] https://lists.gnu.org/mailman/listinfo/grub-devel
+[2] https://git.savannah.gnu.org/gitweb/?p=grub.git&view=view+git+repository
+[3] https://lists.gnu.org/mailman/listinfo/help-grub
diff --git a/README b/README
index 685b016570c110cf56075668fc20fb372190102b..b1aa79723d610c3e97b80e44c7050cec2f7408bc 100644 (file)
--- a/README
+++ b/README
@@ -7,6 +7,8 @@ See the file NEWS for a description of recent changes to GRUB 2.
 See the file INSTALL for instructions on how to build and install the
 GRUB 2 data and program files.
 
+See the file MAINTAINERS for information about the GRUB maintainers, etc.
+
 Please visit the official web page of GRUB 2, for more information.
 The URL is <http://www.gnu.org/software/grub/grub.html>.