From 282c6d9e74bb7dac611685585b1b775b1807f550 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 2 Aug 2024 12:37:32 -0700 Subject: [PATCH] Redo git-related instructions for clarity --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e0f5df230692c47684b4956da52b2006d7157ba3..54c742cfcba65356f766d2686f2107ab8baf700a 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,11 @@ 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" + ``` - [Radicle] - **Distributed:** contributions are through the [Heartwood protocol], which requires you to at least set up a local Radicle node. @@ -190,17 +195,10 @@ _If you haven't used mailing lists before, please take a look at [SourceHut's documentation](https://man.sr.ht/lists.sr.ht/), especially the etiquette section._ -### Configuring git... - -…for git send-email - -``` shell -git config sendemail.to "~amolith/willow@lists.sr.ht" -git config format.subjectPrefix "PATCH willow" -git send-email [HASH] -``` +### Before committing anything... -…for signing the [DCO] +Please make sure you configure git to sign [the DCO] in each commit. We won't +accept contributions without DCO signatures. ``` shell git config format.signOff yes