From 23a370b9fde8022818fd361667cd70a59c576092 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 18 Nov 2015 02:29:39 -0500 Subject: git page: make more clear how to submit patches --- (limited to 'site') diff --git a/site/common/variables.php b/site/common/variables.php index 370580a..da5fb8b 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -69,6 +69,9 @@ /* Links to mailing lists */ $userMailingListAddress = "https://lists.nongnu.org/mailman/listinfo/libreboot"; $devMailingListAddress = "https://lists.nongnu.org/mailman/listinfo/libreboot-dev"; + /* Mailing list email addresses */ + $userMailingListEmail = "libreboot@nongnu.org"; + $devMailingListEmail = "libreboot-dev@nongnu.org"; /* IRC channel */ $ircChannelName = "#libreboot (FreeNode IRC)"; diff --git a/site/git/index.php b/site/git/index.php index 34c1e9e..f4b50ed 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -211,12 +211,18 @@

+

+ You can email this information to , which is the mailing list used for libreboot development discussion. +

+

+ You can email your patches to , which is the mailing list used for libreboot development discussion. +

- +

-- cgit v0.9.1