[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/10] website: clarify that patches are not the only way to cont
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH 01/10] website: clarify that patches are not the only way to contribute. |
Date: |
Mon, 26 Aug 2024 14:25:25 +0200 |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website/pages/git.md | 4 ++--
website/pages/template.include | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/pages/git.md b/website/pages/git.md
index 09a6624..48d4ef9 100644
--- a/website/pages/git.md
+++ b/website/pages/git.md
@@ -176,8 +176,8 @@ GNU/Linux is generally recommended as the OS of choice, for
GNU Boot
development. However, BSD operating systems also boot on GNU Boot
machines.
-Send patches & contribute
--------------------------
+Contributing patches to GNU Boot
+--------------------------------
You can submit your patches to the
[gnuboot-patches mailing
list](https://lists.gnu.org/mailman/listinfo/gnuboot-patches),
diff --git a/website/pages/template.include b/website/pages/template.include
index a27f2c8..e4a6788 100644
--- a/website/pages/template.include
+++ b/website/pages/template.include
@@ -61,7 +61,7 @@ $endif$
<li><a href="/software/gnuboot/web/news/">News</a></li>
<li><a href="https://savannah.gnu.org/bugs/?group=gnuboot">Bugs</a></li>
<li><a href="https://savannah.gnu.org/projects/gnuboot/">Savannah
forge</a></li>
-<li><a href="/software/gnuboot/web/git.html">Send patch</a></li>
+<li><a href="/software/gnuboot/web/git.html">Helping GNU Boot</a></li>
<li><a href="/software/gnuboot/web/contact.html">Contact</a></li>
</ul>
<hr/>
@@ -72,7 +72,7 @@ $if(x-unreviewed)$
boot software related projects instead of GNU Boot. We also need
help (ideally in the form of patches sent to the GNU Boot mailing
list) to fix this website. See
- the <a href="/software/gnuboot/web/git.html">Send patch</a>
+ the <a href="/software/gnuboot/web/git.html">Helping GNU Boot</a>
page for more details on how to contribute to GNU Boot.
</p>
<hr/>
--
2.45.2
- [PATCH 00/10] "documentation" improvements., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 01/10] website: clarify that patches are not the only way to contribute.,
Denis 'GNUtoo' Carikli <=
- [PATCH 04/10] website: faq: Add entry about how to support more computers., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 05/10] website: faq: Puri.sm: remove hardware recommendation., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 02/10] website: lighttpd.conf: sort mimetype alphabetically., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 09/10] build: Update copyright header., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 06/10] website: status: Add usability bugs., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 08/10] resources: packages: src: release: Update copyright header., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 07/10] grub.cfg: Add copyright header., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 10/10] build: replace non-working example., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 03/10] website: add history page of the GNU Boot git repositories., Denis 'GNUtoo' Carikli, 2024/08/26
- Re: [PATCH 00/10] "documentation" improvements., Adrien 'neox' Bourmault, 2024/08/30