From 5ac2709e901b1e739dda7c8a9de743a016a87dc5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 10 Jun 2017 19:51:58 +0100 Subject: Improve git.md link on homepage: make it more clear that that's to send patches --- www/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/index.md b/www/index.md index 251c3163..063cbe75 100644 --- a/www/index.md +++ b/www/index.md @@ -13,7 +13,7 @@ mascot"){#logo}](faq.md#who-did-the-logo) [Lists](lists/) -- [Chat](https://webchat.freenode.net/?channels=libreboot) -- [Bugs](https://notabug.org/libreboot/libreboot/issues) -- -[Contribute](git.md) -- +[Send patches](git.md) -- [Buy](suppliers.md) Libreboot is a [free](https://www.gnu.org/philosophy/free-sw.html) (as in -- cgit v1.2.3-70-g09d2 From ad969f241c8d167f4b997044c9302bd933453bc7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 10 Jun 2017 19:53:58 +0100 Subject: Make it more clear, on the homepage, where support and dev discussion is --- www/index.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www') diff --git a/www/index.md b/www/index.md index 063cbe75..5fb7e903 100644 --- a/www/index.md +++ b/www/index.md @@ -21,6 +21,11 @@ freedom) BIOS or UEFI replacement, initialising the hardware and booting your operating system. It is also available preinstalled from [these suppliers](suppliers.md). +We provide user support via [\#libreboot +IRC](https://webchat.freenode.net/?channels=libreboot) +on Freenode. Development discussion also occurs on IRC, and +on our [mailing list](lists/). + Why use Libreboot? ------------------ -- cgit v1.2.3-70-g09d2 From 24ea73f1927a89c8ba9dbc96f60549a5301e0889 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 10 Jun 2017 20:40:05 +0100 Subject: also make more clear how to send patches, on the homepage --- www/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/index.md b/www/index.md index 5fb7e903..a091e45d 100644 --- a/www/index.md +++ b/www/index.md @@ -22,9 +22,9 @@ operating system. It is also available preinstalled from [these suppliers](suppliers.md). We provide user support via [\#libreboot -IRC](https://webchat.freenode.net/?channels=libreboot) -on Freenode. Development discussion also occurs on IRC, and -on our [mailing list](lists/). +IRC](https://webchat.freenode.net/?channels=libreboot) on Freenode. Development +discussion also occurs on IRC, and on our [mailing list](lists/). Instructions +for sending patches are [here](git.md). Why use Libreboot? ------------------ -- cgit v1.2.3-70-g09d2 From 927cfe3635f57e5f4f996f623dbc882bed06341c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 10 Jun 2017 20:42:33 +0100 Subject: git.md: add link to management policy at the start of the document --- www/git.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www') diff --git a/www/git.md b/www/git.md index 384a1ab3..69572d8a 100644 --- a/www/git.md +++ b/www/git.md @@ -11,6 +11,9 @@ You can submit your patches via [Notabug pull requests](#how-to-submit-your-patches-via-pull-requests) or [via mailing list](#how-to-submit-your-patches-via-mailing-list). +Information about how the Libreboot project is governed is documented in our +[general management guidelines](management.md). + Editing the website and documentation, wiki-style ------------------------------------------------- -- cgit v1.2.3-70-g09d2