From a54b78313d1e64e3ff1e92715fa69a17a8eac5dc Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 30 Aug 2024 10:45:47 -0600 Subject: [PATCH] Improve git send-email instructions formatting --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc477c84448a59f46f522277be48193d2ee33c43..5a11deab65fc684d7612cb3964e205c8d8b894a6 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ in [his wiki]. ## Installation and use -**Disclaimers:** +**Disclaimers:** - Docker image coming soon™ - We consider the project _alpha-quality_. There will be bugs. - Amolith has tried to make the web UI accessible, but is unsure of its current @@ -149,11 +149,13 @@ they're listed in order of Amolith's preference: web UI, which requires a SourceHut account. - **Open source:** SourceHut components are licenced under AGPL, BSD, and possibly others. - - Configuring git for `git send-email` - ``` shell -git config sendemail.to "~amolith/willow@lists.sr.ht" -git config format.subjectPrefix "PATCH willow" - ``` + -
Configuring git for git send-email (click to expand) + git-send-email.io is a great resource for getting started. Please run the following commands before submitting patches to Willow. +
+    git config sendemail.to "~amolith/willow@lists.sr.ht"
+    git config format.subjectPrefix "PATCH willow"
+    
+
- [Radicle] - **Distributed:** contributions are through the [Heartwood protocol], which requires you to at least set up a local Radicle node.